Fix cluster setups to unmask lib

This commit is contained in:
Jonas Juselius
2020-10-31 08:55:03 +01:00
parent ec98ac483e
commit 375a26915f
5 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
with import <nixpkgs> {};
let
lib = import ../../lib/default.nix { inherit pkgs cfg customize lib config; };
setup = import ../../lib/default.nix { inherit pkgs cfg customize lib config; };
hosts = [
{ name = "k0-1"; address = "10.253.18.101"; hw = ./k0-1.nix; }
@@ -72,4 +72,4 @@ let
};
};
in
lib.k8s.mkDeployment cfg.k8s.master hosts
setup.k8s.mkDeployment cfg.k8s.master hosts