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"
|
||||
];
|
||||
}
|
8
systems/palatine-hill/default.nix
Normal file
8
systems/palatine-hill/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
{
|
||||
users = [
|
||||
"alice"
|
||||
"dennis"
|
||||
"richie"
|
||||
];
|
||||
}
|
@ -34,6 +34,7 @@
|
||||
unzip
|
||||
ventoy
|
||||
wget
|
||||
zip
|
||||
zoxide
|
||||
zsh-nix-shell
|
||||
];
|
||||
|
Reference in New Issue
Block a user