forked from Deuxfleurs/nixcfg
staging: simplify litestream config on nix
This commit is contained in:
parent
18ab08a86c
commit
d3fac34e63
1 changed files with 2 additions and 4 deletions
|
@ -43,13 +43,12 @@ job "im" {
|
|||
]
|
||||
bind = {
|
||||
"../alloc/data" = "/ephemeral",
|
||||
"secrets/litestream.yml" = "/etc/litestream.yml"
|
||||
}
|
||||
}
|
||||
|
||||
template {
|
||||
data = file("../config/litestream.yml")
|
||||
destination = "secrets/litestream.yml"
|
||||
destination = "etc/litestream.yml"
|
||||
}
|
||||
|
||||
resources {
|
||||
|
@ -189,13 +188,12 @@ EOH
|
|||
]
|
||||
bind = {
|
||||
"../alloc/data" = "/ephemeral",
|
||||
"secrets/litestream.yml" = "/etc/litestream.yml"
|
||||
}
|
||||
}
|
||||
|
||||
template {
|
||||
data = file("../config/litestream.yml")
|
||||
destination = "secrets/litestream.yml"
|
||||
destination = "etc/litestream.yml"
|
||||
}
|
||||
|
||||
resources {
|
||||
|
|
Loading…
Reference in a new issue