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