mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 12:55:13 +08:00
7 lines
99 B
Nix
7 lines
99 B
Nix
{
|
|
services.murmur = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
bandwidth = 192000;
|
|
};
|
|
}
|