users: fix extraGroups

This commit is contained in:
Motiejus Jakštys 2024-03-06 13:22:56 +02:00
parent 741c21214f
commit 8d13c7820d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ in {
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;
};