From 5a99568c6034edfd514e824d1940d7d2b3d8a1d6 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Tue, 3 Mar 2026 14:57:41 +0100 Subject: [PATCH] It works now! Also, re-enable proxy. --- 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 ad8099c..7b50376 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -596,7 +596,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="false" # Set the proxy to true or false + proxy="true" # 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"