From fed5f285c141f483be09dceec07968591ba156d2 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 25 Jan 2024 09:35:18 -0500 Subject: [PATCH] traefik: disable dashboard --- hosts/sora/services/traefik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;