diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-10-24 12:30:42 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-10-24 12:30:42 +0200 |
commit | 75489e72e379af8aeac64bc4967717d9ae776ff0 (patch) | |
tree | 1d028e5a9ab73d096e48e3f177eb60b4f73486bd /nixops/Makefile | |
parent | e43fdf341072e4a0150324196fc7af8f383860ec (diff) | |
download | Nix-75489e72e379af8aeac64bc4967717d9ae776ff0.tar.gz Nix-75489e72e379af8aeac64bc4967717d9ae776ff0.tar.zst Nix-75489e72e379af8aeac64bc4967717d9ae776ff0.zip |
Add quatresaisons server
Diffstat (limited to 'nixops/Makefile')
-rw-r--r-- | nixops/Makefile | 3 |
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: | |||
40 | ssh-monitoring-1: | 40 | ssh-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 | ||
43 | ssh-4c: | ||
44 | ./scripts/with_env bash -c 'ssh -i $$SSH_IDENTITY_FILE root@quatresaisons $(SSH_ARGS)' | ||
45 | |||
43 | debug: | 46 | debug: |
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 | ||