flake/hosts/tyo0/services/murmur.nix

8 lines
167 B
Nix

{
# `journalctl -u murmur.service | grep Password`
services.murmur = {
enable = true;
openFirewall = true;
bandwidth = 256 * 1024; # 256 Kbit/s
};
}