Moved traefikDynamicConfigDir under config.numbus.services

This commit is contained in:
Raphaël Numbus
2026-02-25 21:47:28 +01:00
parent 555751aa7a
commit eaf7aa32ed
+6 -6
View File
@@ -35,12 +35,12 @@ 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 = "/etc/traefik/rules";
example = "/etc/traefik/rules";
description = "! Choosing a directory outside of /etc/ will break things ! The directory where Traefik's dynamic configuration files will be stored";
traefikDynamicConfigDir = mkOption {
type = types.str;
default = "/etc/traefik/rules";
example = "/etc/traefik/rules";
description = "! Choosing a directory outside of /etc/ will break things ! The directory where Traefik's dynamic configuration files will be stored";
};
};
email = {