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

11 lines
128 B
Nix
Raw Normal View History

2023-10-19 10:20:35 -04:00
{ ... }: {
users.groups."nfrf" = {
members = [
"spandan"
"frances"
2024-04-23 09:18:29 -04:00
"nooshin"
"josh"
2023-10-19 10:20:35 -04:00
];
};
}