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

11 lines
127 B
Nix
Raw Normal View History

2023-10-19 10:20:35 -04:00
{ ... }: {
users.groups."wheel" = {
members = [
"root"
"david"
"ngilab"
"afauroux"
2023-10-19 10:20:35 -04:00
];
};
}