properly inherit enable on servers
This commit is contained in:
@@ -6,7 +6,7 @@ in
|
||||
{
|
||||
options.my.servers.sonarr = setup.mkOptions "sonarr" "series" 8989;
|
||||
config.services.sonarr = lib.mkIf cfg.enable {
|
||||
enable = true;
|
||||
inherit (cfg) enable;
|
||||
group = "piracy";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user