diff --git a/hosts/sora/services/traefik.nix b/hosts/sora/services/traefik.nix index 4af36d4..356d812 100644 --- a/hosts/sora/services/traefik.nix +++ b/hosts/sora/services/traefik.nix @@ -186,7 +186,7 @@ }; staticConfigOptions = { log.level = "DEBUG"; - api.dashboard = true; + api.dashboard = false; api.insecure = true; global = { checkNewVersion = false;