From 3e2b94bf1c0ee12dc4535609515c015eac45d93f Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 20 Mar 2026 08:39:50 +0100 Subject: [PATCH] Solved the edge case of the porxy being enabled even if explicitly false. --- nix-system-configs/modules/system/traefik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 724aaf1..55d65f4 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -640,7 +640,7 @@ in { zone_identifier="" # Can be found in the "Overview" tab of your domain record_name="" # Which record you want to be synced ttl=3600 # Set the DNS TTL (seconds) - proxy="true" # Set the proxy to true or false + proxy="" # Set the proxy to true or false sitename="" # Title of site "Example Site" slackchannel="" # Slack Channel #example slackuri="" # URI for Slack WebHook "https://hooks.slack.com/services/xxxxx"