about summary refs log tree commit diff
path: root/users/glittershark/system/system/machines/mugwump.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/system/system/machines/mugwump.nix')
-rw-r--r--users/glittershark/system/system/machines/mugwump.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/glittershark/system/system/machines/mugwump.nix b/users/glittershark/system/system/machines/mugwump.nix
index e28e313178..15b5c550f9 100644
--- a/users/glittershark/system/system/machines/mugwump.nix
+++ b/users/glittershark/system/system/machines/mugwump.nix
@@ -108,6 +108,12 @@ with lib;
           proxyPass = "http://localhost:${toString config.services.grafana.port}";
         };
       };
+
+      "wigglydonke.rs" = {
+        enableACME = true;
+        forceSSL = true;
+        root = ../../../wigglydonke.rs;
+      };
     };
   };