Service murmur
This commit is contained in:
parent
54a6de5697
commit
ad2005fc99
@ -82,6 +82,11 @@
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/var/lib/murmur" =
|
||||
{ device = "loutrepool/var/murmur";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
nix.maxJobs = lib.mkDefault 4;
|
||||
|
@ -135,6 +135,11 @@
|
||||
|
||||
services.radarr.enable = true;
|
||||
|
||||
services.murmur.enable = true;
|
||||
services.murmur.bandwidth = 128000;
|
||||
services.murmur.imgMsgLength = 0;
|
||||
services.murmur.textMsgLength = 0;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80 443 # HAProxy
|
||||
111 2049 4000 4001 4002 # NFS
|
||||
|
Loading…
Reference in New Issue
Block a user