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;