diff --git a/config/hosts/grondahl/services/nginx.nix b/config/hosts/grondahl/services/nginx.nix index 379b8b3..9d2edcd 100644 --- a/config/hosts/grondahl/services/nginx.nix +++ b/config/hosts/grondahl/services/nginx.nix @@ -31,6 +31,8 @@ locations."/".proxyPass = "http://127.0.0.1:9000"; }; "beanz.one" = { + forceSSL = true; + enableACME = true; locations."/" = { root = "/var/www/beanz.one/public"; };