increased max audio bandwidth in murmur.nix

This commit is contained in:
Schweby mit Hut 2020-12-21 23:31:00 +01:00
parent 7aede56bea
commit 130576c92c

View file

@ -7,6 +7,8 @@
welcometext = "Welcome to mumble4future! Brought to you by infra4future";
sslKey = "/var/lib/acme/mumble.hacc.space/key.pem";
sslCert = "/var/lib/acme/mumble.hacc.space/fullchain.pem";
bandwidth = 128000;
};
networking.firewall.allowedTCPPorts = [ config.services.murmur.port ];