1
0
Fork 0

mediaserver: nfs

This commit is contained in:
Daniel Kempkens 2023-04-15 20:12:26 +02:00
parent 5c7736dbd8
commit 6c59365dc7
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 1 additions and 3 deletions

View file

@ -22,8 +22,6 @@
"net.ipv4.tcp_congestion_control" = "bbr";
"net.core.rmem_max" = 2500000;
};
supportedFilesystems = [ "nfs" ];
};
fileSystems = {

View file

@ -12,8 +12,8 @@
group = "media_group";
};
boot.supportedFilesystems = [ "nfs" ];
environment.systemPackages = [ pkgs.nfs-utils ];
services.rpcbind.enable = true;
systemd = {