mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-08-05 05:46:33 +05:30
Compare commits
1 Commits
2dd80a2406
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
b17687e37a
|
@@ -4,20 +4,13 @@
|
|||||||
inputs.treefmt-nix.flakeModule
|
inputs.treefmt-nix.flakeModule
|
||||||
];
|
];
|
||||||
|
|
||||||
perSystem =
|
perSystem = {
|
||||||
{
|
treefmt.config = {
|
||||||
config,
|
projectRootFile = "flake.nix";
|
||||||
pkgs,
|
flakeCheck = true;
|
||||||
system,
|
programs = {
|
||||||
...
|
nixfmt.enable = true;
|
||||||
}:
|
|
||||||
{
|
|
||||||
treefmt.config = {
|
|
||||||
projectRootFile = "flake.nix";
|
|
||||||
flakeCheck = true;
|
|
||||||
programs = {
|
|
||||||
nixfmt.enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
mediaflow-proxy = {
|
mediaflow-proxy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 8888;
|
port = 8888;
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
APP__SERVER__HOST = "0.0.0.0";
|
APP__SERVER__HOST = "0.0.0.0";
|
||||||
APP__SERVER__PORT = "8888";
|
APP__SERVER__PORT = "8888";
|
||||||
|
|||||||
Reference in New Issue
Block a user