diff --git a/nix-system-configs/traefik/traefik-config.nix b/nix-system-configs/traefik/traefik-config.nix index 300153d..2e93c8d 100644 --- a/nix-system-configs/traefik/traefik-config.nix +++ b/nix-system-configs/traefik/traefik-config.nix @@ -166,11 +166,11 @@ in { format = "json"; }; - # Enable file provider for TLS certificates - providers.file = { - directory = "${config.services.traefik.dataDir}/conf"; - watch = true; - }; + # Enable file provider for TLS certificates - This needs to re-watched to determine if we should add entries here or there + #providers.file = { + # directory = "${config.services.traefik.dataDir}/conf"; + # watch = true; + #}; api.dashboard = true; # Access the Traefik dashboard on :8080 of your server