Murmur: Fix password.
This commit is contained in:
parent
2d4a976384
commit
bf02a188fd
|
@ -4,6 +4,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
clientCertRequired = true;
|
clientCertRequired = true;
|
||||||
environmentFile = "${config.services.murmur.stateDir}/Env";
|
environmentFile = "${config.services.murmur.stateDir}/Env";
|
||||||
|
password = "$MURMURD_PASSWORD";
|
||||||
port = 22666;
|
port = 22666;
|
||||||
registerHostname = "chat.voronind.com";
|
registerHostname = "chat.voronind.com";
|
||||||
sslCert = "/etc/letsencrypt/live/voronind.com/fullchain.pem";
|
sslCert = "/etc/letsencrypt/live/voronind.com/fullchain.pem";
|
||||||
|
|
Loading…
Reference in a new issue