2024-12-19 22:40:00 +03:00
|
|
|
{ config, ... }:
|
2024-12-18 09:40:11 +03:00
|
|
|
{
|
|
|
|
services.murmur = {
|
|
|
|
enable = true;
|
|
|
|
clientCertRequired = true;
|
2024-12-19 22:40:00 +03:00
|
|
|
environmentFile = "${config.services.murmur.stateDir}/Env";
|
2024-12-18 09:40:11 +03:00
|
|
|
port = 22666;
|
|
|
|
registerHostname = "chat.voronind.com";
|
|
|
|
sslCert = "/etc/letsencrypt/live/voronind.com/fullchain.pem";
|
|
|
|
sslKey = "/etc/letsencrypt/live/voronind.com/privkey.pem";
|
|
|
|
};
|
2024-12-07 04:48:15 +03:00
|
|
|
}
|