users: fix extraGroups
This commit is contained in:
parent
741c21214f
commit
8d13c7820d
@ -49,7 +49,7 @@ in {
|
|||||||
myData.people_pubkeys.motiejus
|
myData.people_pubkeys.motiejus
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
// lib.filterAttrs (_: v: v != null) cfg.user or {};
|
// lib.filterAttrs (n: v: n != "extraGroups" && v != null) cfg.user or {};
|
||||||
|
|
||||||
root = lib.filterAttrs (_: v: v != null) cfg.root;
|
root = lib.filterAttrs (_: v: v != null) cfg.root;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user