mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
fix: mumble server works now and supports 192kb/s :)
This commit is contained in:
parent
10c138960a
commit
a642fb41df
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
services.murmur = {
|
||||
enable = true;
|
||||
openFirewall = false;
|
||||
openFirewall = true;
|
||||
bandwidth = 192000;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue