diff --git a/config/services/mastodon.nix b/config/services/mastodon.nix index 2e45231b..84a13a7d 100644 --- a/config/services/mastodon.nix +++ b/config/services/mastodon.nix @@ -51,7 +51,7 @@ in root = "${config.services.mastodon.package}/public/"; locations."/system/".alias = "/var/lib/mastodon/public-system/"; forceSSL = false; - enableSSL = true; + addSSL = true; locations."/" = { tryFiles = "$uri @proxy";