add dynamic system generation (#46)
This commit is contained in:
8
systems/jeeves-jr/default.nix
Normal file
8
systems/jeeves-jr/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
{
|
||||
users = [
|
||||
"alice"
|
||||
"dennis"
|
||||
"richie"
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user