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