add users group

This commit is contained in:
2025-06-01 15:56:44 -04:00
parent fd1265aa9e
commit e4e6b37110
2 changed files with 10 additions and 0 deletions

9
modules/users.nix Normal file
View File

@ -0,0 +1,9 @@
{
...
}:
{
users.groups = {
users = "100";
};
}