Service murmur

This commit is contained in:
nyanloutre 2018-04-04 00:09:14 +02:00
parent 54a6de5697
commit ad2005fc99
2 changed files with 10 additions and 0 deletions

View File

@ -82,6 +82,11 @@
fsType = "zfs"; fsType = "zfs";
}; };
fileSystems."/var/lib/murmur" =
{ device = "loutrepool/var/murmur";
fsType = "zfs";
};
swapDevices = [ ]; swapDevices = [ ];
nix.maxJobs = lib.mkDefault 4; nix.maxJobs = lib.mkDefault 4;

View File

@ -135,6 +135,11 @@
services.radarr.enable = true; services.radarr.enable = true;
services.murmur.enable = true;
services.murmur.bandwidth = 128000;
services.murmur.imgMsgLength = 0;
services.murmur.textMsgLength = 0;
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
80 443 # HAProxy 80 443 # HAProxy
111 2049 4000 4001 4002 # NFS 111 2049 4000 4001 4002 # NFS