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" {
|
job "garage" {
|
||||||
datacenters = ["neptune", "bespin", "scorpio", "corrin"]
|
datacenters = ["bespin", "scorpio", "corrin"]
|
||||||
type = "system"
|
type = "system"
|
||||||
priority = 80
|
priority = 80
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ job "garage" {
|
||||||
template {
|
template {
|
||||||
data = file("../config/garage.toml")
|
data = file("../config/garage.toml")
|
||||||
destination = "secrets/garage.toml"
|
destination = "secrets/garage.toml"
|
||||||
#change_mode = "noop"
|
change_mode = "noop"
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
|
|
Loading…
Add table
Reference in a new issue