diff --git a/services/nginx.nix b/services/nginx.nix index c02ac91..efda1c4 100644 --- a/services/nginx.nix +++ b/services/nginx.nix @@ -25,7 +25,7 @@ let then { enableACME = true; forceSSL = true; - listen = [ {addr = "0.0.0.0"; port = 443;} ]; + listen = [ {addr = "0.0.0.0"; port = 443; ssl=true;} ]; } else {}; in