Removed Traefik rules location modularity (why would anyone change it ?) and fixed Traefik no such file or dir error.

This commit is contained in:
Raphaël Numbus
2026-02-26 11:36:31 +01:00
parent ca3f766975
commit 47db93e61b
4 changed files with 8 additions and 20 deletions
-6
View File
@@ -35,12 +35,6 @@ with lib;
example = "pi-hole";
description = "The preferred DNS resolver service (pi-hole or adguard) that other services should depend on";
};
traefikDynamicConfigDir = mkOption {
type = types.str;
default = "traefik/rules";
example = "traefik/rules";
description = "The directory where Traefik's dynamic configuration files will be stored, appended to /etc/ (i.e. to get /etc/traefik/rules as final path, enter traefik/rules)";
};
};
email = {