nix-dotfiles/modules/users.nix
2025-06-01 15:58:49 -04:00

12 lines
78 B
Nix

{
...
}:
{
users.groups = {
users = {
gid = 100;
};
};
}