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

10 lines
112 B
Nix
Raw Permalink Normal View History

2024-03-26 09:38:22 -04:00
{ ... }: {
users.groups."nsbspl" = {
members = [
"david"
"alan"
"nooshin"
];
};
}