This website requires JavaScript.
Explore
Help
Sign in
liv
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
mirror of
https://github.com/Ahwxorg/nixos-config.git
synced
2025-12-04 15:00:13 +01:00
Code
Issues
1
Projects
Releases
Packages
Wiki
Activity
Actions
00efec076a
nixos-config
/
modules
/
services
/
mumble.nix
9 lines
108 B
Nix
Raw
Normal View
History
Unescape
Escape
feat: adds mumble server; `murmur`
2024-07-17 15:39:34 +02:00
{
.
.
.
}:
{
services
.
murmur
=
{
enable
=
true
;
fix: mumble server works now and supports 192kb/s :)
2025-09-19 12:31:13 +02:00
openFirewall
=
true
;
bandwidth
=
192000
;
feat: adds mumble server; `murmur`
2024-07-17 15:39:34 +02:00
}
;
}
Reference in a new issue
Copy permalink