add dynamic system generation (#46)

This commit is contained in:
Dennis
2024-01-30 18:37:13 +01:00
committed by GitHub
parent 664fa4709b
commit 6d54aec60c
7 changed files with 105 additions and 75 deletions

View File

@ -0,0 +1,8 @@
{ ... }:
{
users = [
"alice"
"dennis"
"richie"
];
}