style: format code

This commit is contained in:
tux
2026-07-31 20:22:34 +05:30
parent 2dd80a2406
commit b17687e37a
2 changed files with 8 additions and 15 deletions

View File

@@ -4,20 +4,13 @@
inputs.treefmt-nix.flakeModule
];
perSystem =
{
config,
pkgs,
system,
...
}:
{
treefmt.config = {
projectRootFile = "flake.nix";
flakeCheck = true;
programs = {
nixfmt.enable = true;
};
perSystem = {
treefmt.config = {
projectRootFile = "flake.nix";
flakeCheck = true;
programs = {
nixfmt.enable = true;
};
};
};
}

View File

@@ -47,7 +47,7 @@
mediaflow-proxy = {
enable = true;
port = 8888;
environment = {
APP__SERVER__HOST = "0.0.0.0";
APP__SERVER__PORT = "8888";