mediaserver: nfs
This commit is contained in:
parent
5c7736dbd8
commit
6c59365dc7
2 changed files with 1 additions and 3 deletions
|
@ -22,8 +22,6 @@
|
|||
"net.ipv4.tcp_congestion_control" = "bbr";
|
||||
"net.core.rmem_max" = 2500000;
|
||||
};
|
||||
|
||||
supportedFilesystems = [ "nfs" ];
|
||||
};
|
||||
|
||||
fileSystems = {
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
group = "media_group";
|
||||
};
|
||||
|
||||
boot.supportedFilesystems = [ "nfs" ];
|
||||
environment.systemPackages = [ pkgs.nfs-utils ];
|
||||
|
||||
services.rpcbind.enable = true;
|
||||
|
||||
systemd = {
|
||||
|
|
Loading…
Reference in a new issue