From 08060dced92710bb23c01ba1d4028a01dc228253 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 7 Jul 2022 01:21:39 +0200 Subject: [PATCH] improve nomad deployment --- flake.nix | 7 ++++++- hosts/containers/leon/default.nix | 3 +-- hosts/containers/mucbot/default.nix | 3 ++- modules/microvm.nix | 22 ++++++++++++++++++---- 4 files changed, 27 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index d254f389..dbb88855 100644 --- a/flake.nix +++ b/flake.nix @@ -338,7 +338,12 @@ for h in server9 server10 ; do echo Sharing with $h ssh root@$h.cluster.zentralwerk.org -- \ - nix copy --from https://hydra.hq.c3d2.de $JOB + bash -e <