diff options
author | tv <tv@shackspace.de> | 2015-05-20 22:16:48 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-05-20 22:16:48 +0200 |
commit | c5b8e0d368939a790c2fbb09e553394eef94a705 (patch) | |
tree | d3d788592953c0d520357062c406fa3a5dd8615f /infest | |
parent | 1cc154e1a25d4adaeb312370155417e910f20b1d (diff) |
networking-configuration -> lib/cacnixos.sh
Diffstat (limited to 'infest')
-rwxr-xr-x | infest | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ set -xeuf . ./lib/prelude.sh . ./lib/cac.sh +. ./lib/cacnixos.sh nix_url=https://nixos.org/releases/nix/nix-1.8/nix-1.8-x86_64-linux.tar.bz2 nix_sha256=52fab207b4ce4d098a12d85357d0353e972c492bab0aa9e08e1600363e76fefb @@ -54,7 +55,7 @@ infest_centos7_64bit() { main="modules/$hostname/default.nix" target="root@$address" - ./networking-configuration $cac_servername $hostname \ + cacnixos_networking "$server" $hostname \ > modules/$hostname/networking.nix echo '( |