increased max audio bandwidth in murmur.nix
This commit is contained in:
parent
7aede56bea
commit
130576c92c
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
welcometext = "Welcome to mumble4future! Brought to you by infra4future";
|
welcometext = "Welcome to mumble4future! Brought to you by infra4future";
|
||||||
sslKey = "/var/lib/acme/mumble.hacc.space/key.pem";
|
sslKey = "/var/lib/acme/mumble.hacc.space/key.pem";
|
||||||
sslCert = "/var/lib/acme/mumble.hacc.space/fullchain.pem";
|
sslCert = "/var/lib/acme/mumble.hacc.space/fullchain.pem";
|
||||||
|
bandwidth = 128000;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ config.services.murmur.port ];
|
networking.firewall.allowedTCPPorts = [ config.services.murmur.port ];
|
||||||
|
|
Loading…
Reference in a new issue