From fbc89a2314b25f839b5f53bf6edd7cca32b1d781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Tue, 26 Apr 2022 08:11:54 +0100 Subject: [PATCH] enableSSL -> addSSL --- config/services/mastodon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";