nix-dotfiles/modules/users.nix

10 lines
59 B
Nix
Raw Normal View History

2025-06-01 15:56:44 -04:00
{
...
}:
{
users.groups = {
users = "100";
};
}