properly inherit enable on servers
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user