From 5601f77ace5f50d09e61169b3d5e60818a9b18e7 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 23 Jun 2024 03:47:37 -0400 Subject: [PATCH] rpi4: enable SSL for default nginx host --- hosts/rpi4/services.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/rpi4/services.nix b/hosts/rpi4/services.nix index 11cf56b..9a2917b 100644 --- a/hosts/rpi4/services.nix +++ b/hosts/rpi4/services.nix @@ -88,6 +88,8 @@ "localhost" = { default = true; + addSSL = true; + useACMEHost = "protogen.io"; locations."/" = { return = "302 https://protogen.io$request_uri"; };