diff --git a/nixosModules/stalwart.nix b/nixosModules/stalwart.nix index a38666a..2e400a5 100644 --- a/nixosModules/stalwart.nix +++ b/nixosModules/stalwart.nix @@ -24,8 +24,8 @@ }; services.nginx.virtualHosts."webadmin.kyren.codes" = { - # useACMEHost = "kyren.codes"; - enableACME = true; + useACMEHost = "kyren.codes"; + # enableACME = true; forceSSL = true; locations."/" = {