increased max audio bandwidth in murmur.nix

keep-around/130576c92cfe1dc79c7e65f8dc9552e81d5c435a
Schweby mit Hut 2020-12-21 23:31:00 +01:00
parent 7aede56bea
commit 130576c92c
1 changed files with 2 additions and 0 deletions

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 ];