add kubernetes node

This commit is contained in:
Vivian 2022-12-28 21:09:20 +01:00
parent 8549fe2789
commit 3b73b5c12c
6 changed files with 29 additions and 81 deletions

View file

@ -66,7 +66,7 @@
nixHosts = util.filter_nix_hosts flat_hosts;
# Define args each module gets access to (access to hosts is useful for DNS/DHCP)
specialArgs = { inherit flat_hosts inputs; };
specialArgs = { inherit hosts flat_hosts inputs; };
pkgs = import nixpkgs {
inherit system;
overlays = [