diff options
author | Alex Auvolat <alex@adnab.me> | 2022-12-11 22:37:28 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-12-11 22:37:28 +0100 |
commit | 578075a9252435aaed12d2535577e18e053cd916 (patch) | |
tree | c441183d35ae1c23e30abd722322124d87f03136 /cluster/staging/app | |
parent | 36e6756b3c72c3170255a9676ab3cf6f08eb1218 (diff) | |
download | nixcfg-578075a9252435aaed12d2535577e18e053cd916.tar.gz nixcfg-578075a9252435aaed12d2535577e18e053cd916.zip |
Add origan node in staging cluster (+ refactor system.stateVersion)
Diffstat (limited to 'cluster/staging/app')
-rw-r--r-- | cluster/staging/app/core/deploy/core-system.hcl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cluster/staging/app/core/deploy/core-system.hcl b/cluster/staging/app/core/deploy/core-system.hcl index d410573..15dc77f 100644 --- a/cluster/staging/app/core/deploy/core-system.hcl +++ b/cluster/staging/app/core/deploy/core-system.hcl @@ -1,5 +1,5 @@ job "core-system" { - datacenters = ["neptune"] + datacenters = ["neptune", "jupiter"] type = "system" priority = 90 @@ -13,6 +13,7 @@ job "core-system" { stagger = "1m" } +/* group "diplonat" { task "diplonat" { driver = "nix2" @@ -68,6 +69,7 @@ EOH } } } + */ group "tricot" { network { |