From d173ab984feab7ba7124876439b9bca7181a73e8 Mon Sep 17 00:00:00 2001 From: Amanda Graven Date: Sun, 27 Feb 2022 17:39:59 +0100 Subject: [PATCH] Enable SSL for beanz.one --- config/hosts/grondahl/services/nginx.nix | 2 ++ 1 file changed, 2 insertions(+) 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"; };