From e488f23b4cf05be51ae95e1721bd91d177a5d1ed Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 19:52:08 -0500 Subject: [PATCH] 323 current 2025-10-11 19:51:33 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- hosts/snowbelle/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 95eed3a..ecde1a3 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 322 current 2025-10-11 19:48:34 25.05.20251006.20c4598 6.12.50 * +# generation: 323 current 2025-10-11 19:51:33 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 628cd9d..147fe65 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 = false; + nginx-proxy.enable = true; }; services = { jellyfin.enable = true;