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