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

10 lines
110 B
Nix

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