summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/renard/default.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/machines/renard/default.nix b/machines/renard/default.nix
index aed4b2e..2f9dcb6 100644
--- a/machines/renard/default.nix
+++ b/machines/renard/default.nix
@@ -97,6 +97,24 @@
         access_log /var/log/nginx/mel.access.log json_combined;
       '';
     };
+
+    "catskill.dev" = {
+      enableACME = true;
+      forceSSL = true;
+      root = "/srv/catskill";
+      extraConfig = ''
+        access_log /var/log/nginx/catskill.access.log json_combined;
+      '';
+    };
+
+    "moth.run" = {
+      enableACME = true;
+      forceSSL = true;
+      root = "/srv/moth";
+      extraConfig = ''
+        access_log /var/log/nginx/moth.access.log json_combined;
+      '';
+    };
   };
 
   system.stateVersion = "24.05";