summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2024-11-26 11:59:44 +0100
committerJörg Thalheim <joerg@thalheim.io>2025-01-27 15:12:21 +0100
commit8d4e36b85dac63e271949f14a70d48ce870699ff (patch)
tree8cebe83c915858e8ac9f83ae43f3c5673c103d35
parent1a2e870514ff6800ad9578e2fbca128318608f9b (diff)
mastodon: remove deprecated trustedProxy settings
-rw-r--r--krebs/2configs/mastodon.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/krebs/2configs/mastodon.nix b/krebs/2configs/mastodon.nix
index ebc4207a0..b81c229b6 100644
--- a/krebs/2configs/mastodon.nix
+++ b/krebs/2configs/mastodon.nix
@@ -14,7 +14,6 @@
localDomain = "social.krebsco.de";
configureNginx = true;
streamingProcesses = 3;
- trustedProxy = config.krebs.hosts.prism.nets.retiolum.ip6.addr;
smtp.createLocally = false;
smtp.fromAddress = "derp";
};