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"; };