diff --git a/modules/flake/treefmt.nix b/modules/flake/treefmt.nix index 84b30da..6aadd98 100644 --- a/modules/flake/treefmt.nix +++ b/modules/flake/treefmt.nix @@ -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; }; }; + }; } diff --git a/modules/hosts/alpha/config.nix b/modules/hosts/alpha/config.nix index f7acd59..39c790d 100644 --- a/modules/hosts/alpha/config.nix +++ b/modules/hosts/alpha/config.nix @@ -47,7 +47,7 @@ mediaflow-proxy = { enable = true; port = 8888; - + environment = { APP__SERVER__HOST = "0.0.0.0"; APP__SERVER__PORT = "8888";