From eaf7aa32ed5b82be57e7e6dde77eee75254a6de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Wed, 25 Feb 2026 21:47:28 +0100 Subject: [PATCH] Moved `traefikDynamicConfigDir` under `config.numbus.services` --- modules/global.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/global.nix b/modules/global.nix index 8d26dbc..baf796d 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -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 = {