Set pounce nick
This commit is contained in:
parent
c308969675
commit
9b8448797f
|
@ -2,6 +2,7 @@
|
||||||
let makeNetworkConfig = host: port: join: secret: {
|
let makeNetworkConfig = host: port: join: secret: {
|
||||||
content = ''
|
content = ''
|
||||||
sasl-plain = prescientmoon:${config.sops.placeholder.${secret}}
|
sasl-plain = prescientmoon:${config.sops.placeholder.${secret}}
|
||||||
|
nick = prescientmoon
|
||||||
host = ${host}
|
host = ${host}
|
||||||
port = ${toString port}
|
port = ${toString port}
|
||||||
join = ${join}
|
join = ${join}
|
||||||
|
|
Loading…
Reference in a new issue