9 lines
99 B
Nix
9 lines
99 B
Nix
|
{ ... }: {
|
||
|
users.groups."nfrf" = {
|
||
|
members = [
|
||
|
"spandan"
|
||
|
"frances"
|
||
|
];
|
||
|
};
|
||
|
}
|