diff options
author | Maximilien Richer <me@mricher.fr> | 2025-02-17 20:02:59 +0100 |
---|---|---|
committer | Maximilien Richer <me@mricher.fr> | 2025-02-17 20:02:59 +0100 |
commit | d8131af3e2ccdb2a25ea9b0342cf8609abef475d (patch) | |
tree | 3ac01ff588ac3b8c29c82d4ed2ba8f6a8f4006c0 /cluster/prod/app/garage | |
parent | b7ce8a2cda84ec45b7800b0b7223ab3cf7dad186 (diff) | |
download | nixcfg-d8131af3e2ccdb2a25ea9b0342cf8609abef475d.tar.gz nixcfg-d8131af3e2ccdb2a25ea9b0342cf8609abef475d.zip |
Do not restart garage automatically if config is updated
Diffstat (limited to 'cluster/prod/app/garage')
-rw-r--r-- | cluster/prod/app/garage/deploy/garage.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index 81a22c3..f2a9347 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", "corrin"] + datacenters = ["bespin", "scorpio", "corrin"] type = "system" priority = 80 @@ -44,7 +44,7 @@ job "garage" { template { data = file("../config/garage.toml") destination = "secrets/garage.toml" - #change_mode = "noop" + change_mode = "noop" } template { |