diff options
-rw-r--r-- | system/services/redirects/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/services/redirects/default.nix b/system/services/redirects/default.nix index 0f66e2b..2e175ea 100644 --- a/system/services/redirects/default.nix +++ b/system/services/redirects/default.nix @@ -5,8 +5,8 @@ # Redirect all request to the codeberg source locations."/".return = "301 https://codeberg.org/vhack.eu/nixos-server"; - enableACME = true; - forceSSL = true; + enableACME = false; + forceSSL = false; }; }; } |