From 4a028c652b859a6193f7724e8c409f246bfa06f5 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 29 Nov 2022 16:19:08 +0100 Subject: [PATCH] mastodon: Set LOCAL_HTTPS --- system/nixos/mastodon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/nixos/mastodon.nix b/system/nixos/mastodon.nix index 5c8b695..88a461f 100644 --- a/system/nixos/mastodon.nix +++ b/system/nixos/mastodon.nix @@ -60,7 +60,7 @@ in extraConfig = { WEB_DOMAIN = web-domain; - LOCAL_HTTPS = true; + LOCAL_HTTPS = "true"; }; };