various updates

This commit is contained in:
Vivian 2023-01-10 16:13:29 +01:00
parent 576b6963e3
commit 246afa79dc
7 changed files with 108 additions and 63 deletions

View file

@ -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 = [