forked from Deuxfleurs/nixcfg
Do not restart garage automatically if config is updated
This commit is contained in:
parent
b7ce8a2cda
commit
d8131af3e2
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue