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 = {