forked from Deuxfleurs/nixcfg
fix tabs
This commit is contained in:
parent
8d48f3bf7f
commit
004881e5ff
1 changed files with 30 additions and 36 deletions
|
@ -5,12 +5,6 @@ job "im" {
|
||||||
group "synapse" {
|
group "synapse" {
|
||||||
count = 1
|
count = 1
|
||||||
|
|
||||||
constraint {
|
|
||||||
attribute = "${attr.unique.hostname}"
|
|
||||||
operator = "="
|
|
||||||
value = "cariacou"
|
|
||||||
}
|
|
||||||
|
|
||||||
network {
|
network {
|
||||||
port "http" {
|
port "http" {
|
||||||
to = 8008
|
to = 8008
|
||||||
|
|
Loading…
Reference in a new issue