summaryrefslogtreecommitdiffstats
path: root/infest
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-05-19 22:06:54 +0200
committertv <tv@shackspace.de>2015-05-19 23:17:20 +0200
commit6258a10dfe6361573731fcb7fac8b99b1a0184f1 (patch)
tree3945581f23bca75104e43503f875ecd9c55503f4 /infest
parent7378dd4f1c0b3893ed7a707eecaec9141139012f (diff)
infest: remove depenency on ./run
Diffstat (limited to 'infest')
-rwxr-xr-xinfest4
1 files changed, 2 insertions, 2 deletions
diff --git a/infest b/infest
index 140a317b..4b65d005 100755
--- a/infest
+++ b/infest
@@ -1,7 +1,7 @@
#! /bin/sh
set -xeuf
-noexec=1 . ./run
+. ./lib/prelude.sh
nix_url=https://nixos.org/releases/nix/nix-1.8/nix-1.8-x86_64-linux.tar.bz2
nix_sha256=52fab207b4ce4d098a12d85357d0353e972c492bab0aa9e08e1600363e76fefb
@@ -72,7 +72,7 @@ infest_centos7_64bit() {
export SSHPASS
export RSYNC_RSH
- main="$hostname.nix"
+ main="modules/$hostname/default.nix"
target="root@$address"
./networking-configuration $cac_servername $hostname \