flake/hosts/tyo0/services/murmur.nix

9 lines
167 B
Nix
Raw Normal View History

2024-08-11 10:13:36 +00:00
{
# `journalctl -u murmur.service | grep Password`
services.murmur = {
enable = true;
openFirewall = true;
bandwidth = 256 * 1024; # 256 Kbit/s
};
}