diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-19 08:36:26 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-19 08:36:26 +0100 |
commit | 516ab9ad91198008a7063a3d2e664e6f23fe47a2 (patch) | |
tree | 8f8b191b414239d023dd11ede276a81532c0775d /cluster | |
parent | 16168b916e116d992ab5d4dbb3d729412dc8cfcc (diff) | |
download | nixcfg-516ab9ad91198008a7063a3d2e664e6f23fe47a2.tar.gz nixcfg-516ab9ad91198008a7063a3d2e664e6f23fe47a2.zip |
stop reloading config file
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/prod/app/garage/deploy/garage.hcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index 6acd31f..4964a37 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -44,6 +44,7 @@ job "garage" { template { data = file("../config/garage.toml") destination = "secrets/garage.toml" + change_mode = "noop" } template { |