Add nfs mount
This commit is contained in:
		| @@ -1,7 +1,10 @@ | ||||
| { pkgs, ... }: { | ||||
|   environment.systemPackages = with pkgs; [ | ||||
|     nfs-utils | ||||
|   ]; | ||||
|   services.rpcbind.enable = true; | ||||
|   systemd.mounts = [{ | ||||
|     type = "nfs4"; | ||||
|     type = "nfs"; | ||||
|     mountConfig = { | ||||
|       Options = "rw,soft,noatime"; | ||||
|     }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user