2fz4cxrw
This commit is contained in:
parent
16912f4b92
commit
f236f3add6
3 changed files with 5 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
|||
inputs,
|
||||
modules,
|
||||
user,
|
||||
flakeRoot,
|
||||
}: builtins.listToAttrs (builtins.map (host: {
|
||||
name = host;
|
||||
value = nixpkgs.lib.nixosSystem {
|
||||
|
@ -18,6 +19,7 @@
|
|||
inherit inputs;
|
||||
inherit lib;
|
||||
username = user;
|
||||
rootDir = flakeRoot;
|
||||
};
|
||||
};
|
||||
}) (lib.getDirsInDir ../hosts));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue