From d66addf25a02f24ab1ff6cc5b0ac63e39cca7643 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 22 Nov 2024 07:15:58 -0700 Subject: [PATCH] h: wire up segfault.rodeo --- hosts/h/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/h/default.nix b/hosts/h/default.nix index 9a040df..a44a541 100644 --- a/hosts/h/default.nix +++ b/hosts/h/default.nix @@ -777,6 +777,11 @@ in enableACME = true; root = "/var/www/qbit.io"; }; + "segfault.rodeo" = { + forceSSL = true; + enableACME = true; + root = "/var/www/segfault.rodeo"; + }; "mammothcirc.us" = { forceSSL = true; enableACME = true;