diff --git a/profiles/hel.nix b/profiles/hel.nix index 7e26ec9..b989242 100644 --- a/profiles/hel.nix +++ b/profiles/hel.nix @@ -361,6 +361,12 @@ }; services.nginx.virtualHosts = { + + "froidmont.org" = { + enableACME = true; + forceSSL = true; + }; + "uptime.froidmont.org" = { serverAliases = [ "status.${config.networking.domain}" ]; forceSSL = true;