From 22eb149ed7e337fb49eca779e9f7b8fc1600d823 Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 16 Apr 2025 12:56:23 +0200 Subject: Configure foundation WWW for all machines Signed-off-by: Mel --- machines/corsac/default.nix | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'machines/corsac/default.nix') diff --git a/machines/corsac/default.nix b/machines/corsac/default.nix index d030b31..c3d7d85 100644 --- a/machines/corsac/default.nix +++ b/machines/corsac/default.nix @@ -7,7 +7,6 @@ ./hardware.nix ./devices.nix - ../../modules/www ../../modules/dns.nix ../../modules/ddns.nix ../../modules/nfs.nix @@ -18,9 +17,24 @@ ../../services/transmission.nix ]; - foundation.monitoring = { - client.enable = true; - services = [ "base" "dns" "home" "jellyfin" "immich" ]; + foundation = { + www = { + enable = true; + + public = true; + tailnet = true; + }; + + monitoring = { + client.enable = true; + services = [ + "base" + "dns" + "home" + "jellyfin" + "immich" + ]; + }; }; system.stateVersion = "24.05"; -- cgit 1.4.1