add users.nix fi;e

This commit is contained in:
Asaki Yuki 2026-04-17 23:39:32 +07:00
parent bc5a78e155
commit 4f6bb68e4a
2 changed files with 9 additions and 0 deletions

8
host/server/users.nix Normal file
View file

@ -0,0 +1,8 @@
{...}: {
users.users.asakiyuki.extraGroups = ["wheel" "public"];
users.users.junko.extraGroups = ["public"];
users.groups = {
public = {};
};
}