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

10 lines
110 B
Nix
Raw Normal View History

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