summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/murmur.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/murmur.nix b/services/murmur.nix
index 89daf7b..e3d5d60 100644
--- a/services/murmur.nix
+++ b/services/murmur.nix
@@ -33,11 +33,11 @@ in
users = 50;
textMsgLength = 10000;
imgMsgLength = 12000000;
- bandwidth = 6400000;
+ bandwidth = 64000000;
clientCertRequired = true;
hostName = "10.0.1.30";
# registerHostname = "${fqdn}";
- registerName = "crashoverburn.com";
+ #registerName = "crashoverburn.com";
sslCert = "${certDirectory}/fullchain.pem";
sslKey = "${certDirectory}/key.pem";
sslCa = "${certDirectory}/full.pem";