WS-KCNHUB/machines/kcnhub/users/groups/admin.nix

11 lines
127 B
Nix

{ ... }: {
users.groups."wheel" = {
members = [
"root"
"david"
"ngilab"
"afauroux"
];
};
}