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"