fix: mumble server works now and supports 192kb/s :)

This commit is contained in:
Ahwx 2025-09-19 12:31:13 +02:00
parent 10c138960a
commit a642fb41df

View file

@ -2,6 +2,7 @@
{ {
services.murmur = { services.murmur = {
enable = true; enable = true;
openFirewall = false; openFirewall = true;
bandwidth = 192000;
}; };
} }