summary refs log tree commit diff
path: root/machines/corsac/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/corsac/default.nix')
-rw-r--r--machines/corsac/default.nix22
1 files changed, 18 insertions, 4 deletions
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";