From 2151e05685940d2d1860e23f546db2890d46a975 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Thu, 26 Dec 2024 21:29:32 +0100 Subject: [PATCH] Does this fix traefik? --- roles/traefik.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/roles/traefik.nix b/roles/traefik.nix index af58ef1..7363a47 100644 --- a/roles/traefik.nix +++ b/roles/traefik.nix @@ -36,18 +36,6 @@ ) (builtins.attrNames hosts); in { - - environment.persistence."/persistent" = { - directories = [ - { - directory = "/etc/traefik"; - user = "traefik"; - group = "root"; - mode = "u=rwx,g=,o="; - } - ]; - }; - networking.firewall.allowedTCPPorts = [ 80 443 @@ -111,7 +99,6 @@ letsencrypt = { acme = { email = "$acmeEmail"; - storage = "/etc/traefik/acme.json"; dnsChallenge = { provider = "cloudflare"; };