Fix wrong path in pounce config
This commit is contained in:
parent
446d479c7a
commit
f11ce234e2
|
@ -7,7 +7,7 @@ let
|
||||||
content = ''
|
content = ''
|
||||||
sasl-plain = prescientmoon:${config.sops.placeholder.${secret}}
|
sasl-plain = prescientmoon:${config.sops.placeholder.${secret}}
|
||||||
nick = prescientmoon
|
nick = prescientmoon
|
||||||
save = /persist/var/lib/pounce/${host}
|
save = /persist/state/var/lib/pounce/${host}
|
||||||
host = ${host}
|
host = ${host}
|
||||||
port = ${toString port}
|
port = ${toString port}
|
||||||
join = ${join}
|
join = ${join}
|
||||||
|
|
Loading…
Reference in a new issue