about summary refs log tree commit diff
path: root/static.nix
diff options
context:
space:
mode:
Diffstat (limited to 'static.nix')
-rw-r--r--static.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/static.nix b/static.nix
index 0a117d5..b1f736e 100644
--- a/static.nix
+++ b/static.nix
@@ -90,6 +90,14 @@ in {
           forceSSL = true;
           root = "/var/lib/www/septagram.suricrasia.online";
         };
+
+        "cc.xrvs.net" = let
+          honk = "/var/lib/www/cc.xrvs.net/honk.sock";
+        in {
+          enableACME = true;
+          forceSSL = true;
+          locations."/".proxyPass = "http://unix:${honk}";
+        };
       };
     };