deploy script fixes

This commit is contained in:
kat witch 2021-03-25 04:27:47 +00:00
parent 2130bc297b
commit 323322f339
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 3 additions and 4 deletions

View file

@ -12,7 +12,7 @@ with pkgs.lib;
}
${concatMapStrings (host: ''
echo "deploying ${host.config.networking.hostName}..."
${host.config.system.build.deployScript} $1 &
${host.config.system.build.deployScript}
PID_LIST+=" $!"
'') hosts}
# FIXME: remove jobs from PIDLIST once they finish