working
This commit is contained in:
parent
caf6a5517c
commit
f59ea55244
10 changed files with 24 additions and 23 deletions
|
|
@ -45,7 +45,7 @@
|
|||
extraConfig = {};
|
||||
};
|
||||
|
||||
hosts = builtins.filter (host: builtins.pathExists ./hosts/${host}/configuration.nix) (builtins.attrNames (builtins.readDir ./hosts));
|
||||
hosts = builtins.filter (host: builtins.pathExists ./hosts/${host}/default.nix) (builtins.attrNames (builtins.readDir ./hosts));
|
||||
|
||||
importHostConf = host:
|
||||
lib.recursiveUpdate defaultConf (import ./hosts/${host} inputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue