properly inherit enable on servers

This commit is contained in:
2025-09-28 11:14:57 -06:00
parent a376428118
commit b4417a6acd
29 changed files with 105 additions and 99 deletions

View File

@@ -6,7 +6,6 @@ in
{
options.my.servers.ombi = setup.mkOptions "ombi" "requests" 3425;
config.services.ombi = lib.mkIf cfg.enable {
enable = true;
inherit (cfg) port;
inherit (cfg) enable port;
};
}