nixos/traefik: add WorkingDirectory (#432214)

authored by Adam C. Stephens and committed by GitHub af7f652b c46649f3

+1
+1
nixos/modules/services/web-servers/traefik.nix
··· 152 ProtectSystem = "full"; 153 ReadWritePaths = [ cfg.dataDir ]; 154 RuntimeDirectory = "traefik"; 155 }; 156 }; 157
··· 152 ProtectSystem = "full"; 153 ReadWritePaths = [ cfg.dataDir ]; 154 RuntimeDirectory = "traefik"; 155 + WorkingDirectory = cfg.dataDir; 156 }; 157 }; 158