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