minor code cleaning

This commit is contained in:
Luj 2024-03-30 20:58:04 +01:00
parent 3c9212b60a
commit 193321c33a
9 changed files with 32 additions and 74 deletions

View file

@ -33,8 +33,7 @@ in
mkMerge [{
services.sonarr = {
enable = true;
inherit (cfg) user;
inherit (cfg) group;
inherit (cfg) user group;
};
}