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

11 lines
128 B
Nix

{ ... }: {
users.groups."nfrf" = {
members = [
"spandan"
"frances"
"nooshin"
"josh"
];
};
}