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

10 lines
112 B
Nix

{ ... }: {
users.groups."nsbspl" = {
members = [
"david"
"alan"
"nooshin"
];
};
}