add users.nix fi;e
This commit is contained in:
parent
bc5a78e155
commit
4f6bb68e4a
2 changed files with 9 additions and 0 deletions
8
host/server/users.nix
Normal file
8
host/server/users.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{...}: {
|
||||
users.users.asakiyuki.extraGroups = ["wheel" "public"];
|
||||
users.users.junko.extraGroups = ["public"];
|
||||
|
||||
users.groups = {
|
||||
public = {};
|
||||
};
|
||||
}
|
||||
Reference in a new issue