various updates
This commit is contained in:
parent
576b6963e3
commit
246afa79dc
7 changed files with 108 additions and 63 deletions
|
@ -77,7 +77,9 @@
|
|||
nixHosts = util.filter_nix_hosts flat_hosts;
|
||||
|
||||
# Define args each module gets access to (access to hosts is useful for DNS/DHCP)
|
||||
specialArgs = { inherit hosts flat_hosts inputs; };
|
||||
specialArgs = {
|
||||
inherit hosts flat_hosts inputs;
|
||||
};
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue