diff --git a/flake.nix b/flake.nix index 26ca42f..95eed3a 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 321 current 2025-10-11 19:47:16 25.05.20251006.20c4598 6.12.50 * +# generation: 322 current 2025-10-11 19:48:34 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index 147fe65..628cd9d 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -30,7 +30,7 @@ in zfs.enable = true; smb.enable = true; nfs.enable = true; - nginx-proxy.enable = true; + nginx-proxy.enable = false; }; services = { jellyfin.enable = true;