diff --git a/roles/traefik.nix b/roles/traefik.nix index 3a40d2d..3ca8de7 100644 --- a/roles/traefik.nix +++ b/roles/traefik.nix @@ -62,12 +62,17 @@ services.traefik = { enable = true; + environmentFiles = [ config.sops.templates."traefik.env".path ]; staticConfigOptions = { + # FIXME: Remove this later log.level = "DEBUG"; + # FIXME: This is insecure + api.insecure = true; + entryPoints = { web = { address = ":80";