Removed Traefik rules location modularity (why would anyone change it ?) and fixed Traefik no such file or dir error.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user