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
+1 -1
View File
@@ -35,13 +35,13 @@ with lib;
example = "pi-hole"; example = "pi-hole";
description = "The preferred DNS resolver service (pi-hole or adguard) that other services should depend on"; description = "The preferred DNS resolver service (pi-hole or adguard) that other services should depend on";
}; };
};
traefikDynamicConfigDir = mkOption { traefikDynamicConfigDir = mkOption {
type = types.str; type = types.str;
default = "/etc/traefik/rules"; default = "/etc/traefik/rules";
example = "/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"; description = "! Choosing a directory outside of /etc/ will break things ! The directory where Traefik's dynamic configuration files will be stored";
}; };
};
email = { email = {
administratorEmail = mkOption { administratorEmail = mkOption {