diff --git a/hosts/akko/akkoma.nix b/hosts/akko/akkoma.nix index 4f0ac70..8935c7f 100644 --- a/hosts/akko/akkoma.nix +++ b/hosts/akko/akkoma.nix @@ -57,8 +57,8 @@ in { }; nginx = { - enableACME = true; - forceSSL = true; + enableACME = false; + forceSSL = false; }; };