nix-dotfiles/modules/users.nix
2025-06-01 15:56:44 -04:00

10 lines
59 B
Nix

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