From 76da82197f6cb49c7cbc4fa0d534489a358b9f74 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 3 May 2016 02:15:10 +0200 Subject: lib: Rename callMachines to callNetwork This is to name it closer to what NixOps calls a network expression, so that it's clear that there is more abstraction going on like setting the hostname rather than just being a plain mapAttrs over callMachine. Signed-off-by: aszlig --- machines/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/default.nix') diff --git a/machines/default.nix b/machines/default.nix index b616bd9a..2f09ffb3 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -13,7 +13,7 @@ with import ../lib; }; }; labnet = { - labtops = callMachines ./labnet/labtop.nix { + labtops = callNetwork ./labnet/labtop.nix { extraConfig.vuizvui.user.openlab.labtops.enable = true; }; }; -- cgit 1.4.1