Groups: Add NSBSPL

master
David Crompton 2024-03-26 09:38:22 -04:00
parent f5964ab2c6
commit c87b1bb55e
2 changed files with 10 additions and 0 deletions

View File

@ -13,5 +13,6 @@
# Groups
./users/groups/admin.nix
./users/groups/nfrf.nix
./users/groups/nsbspl.nix
];
}

View File

@ -0,0 +1,9 @@
{ ... }: {
users.groups."nsbspl" = {
members = [
"david"
"alan"
"nooshin"
];
};
}