aboutsummaryrefslogtreecommitdiff
path: root/nixops/Makefile
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-10-24 12:30:42 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-10-24 12:30:42 +0200
commit75489e72e379af8aeac64bc4967717d9ae776ff0 (patch)
tree1d028e5a9ab73d096e48e3f177eb60b4f73486bd /nixops/Makefile
parente43fdf341072e4a0150324196fc7af8f383860ec (diff)
downloadNix-75489e72e379af8aeac64bc4967717d9ae776ff0.tar.gz
Nix-75489e72e379af8aeac64bc4967717d9ae776ff0.tar.zst
Nix-75489e72e379af8aeac64bc4967717d9ae776ff0.zip
Add quatresaisons server
Diffstat (limited to 'nixops/Makefile')
-rw-r--r--nixops/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixops/Makefile b/nixops/Makefile
index cefd677..27d8d95 100644
--- a/nixops/Makefile
+++ b/nixops/Makefile
@@ -40,6 +40,9 @@ ssh-backup-2:
40ssh-monitoring-1: 40ssh-monitoring-1:
41 ./scripts/with_env bash -c 'ssh -i $$SSH_IDENTITY_FILE root@monitoring-1 $(SSH_ARGS)' 41 ./scripts/with_env bash -c 'ssh -i $$SSH_IDENTITY_FILE root@monitoring-1 $(SSH_ARGS)'
42 42
43ssh-4c:
44 ./scripts/with_env bash -c 'ssh -i $$SSH_IDENTITY_FILE root@quatresaisons $(SSH_ARGS)'
45
43debug: 46debug:
44 ./scripts/with_env morph build --show-trace default.nix $(MORPH_ARGS) 47 ./scripts/with_env morph build --show-trace default.nix $(MORPH_ARGS)
45 48