diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-11-28 19:51:56 +0100 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-11-28 19:51:56 +0100 |
commit | ea270e30db16a30cdb7bc43e0c147f3037126af1 (patch) | |
tree | 1d726d559d45f9ca1cc63e09bf15b24c2f916436 /cluster | |
parent | 1c224fcece8daed2bd9b521c93316184485690ca (diff) | |
download | nixcfg-ea270e30db16a30cdb7bc43e0c147f3037126af1.tar.gz nixcfg-ea270e30db16a30cdb7bc43e0c147f3037126af1.zip |
garage: Ajout datacenter corrin
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/prod/app/garage/deploy/garage.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index 68edc94..81a22c3 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -1,5 +1,5 @@ job "garage" { - datacenters = [ "neptune", "bespin", "scorpio" ] + datacenters = ["neptune", "bespin", "scorpio", "corrin"] type = "system" priority = 80 |