diff --git a/hosts/x86_64-linux/beleth/nfs.nix b/hosts/x86_64-linux/beleth/nfs.nix index 38ecc64..1e5ca3b 100644 --- a/hosts/x86_64-linux/beleth/nfs.nix +++ b/hosts/x86_64-linux/beleth/nfs.nix @@ -42,7 +42,7 @@ "/mnt/frotting" = { device = "[2a0f:be01:0:200::211]:/"; fsType = "nfs"; - options = ["nfsvers=4.2"]; + # options = ["nfsvers=4.2"]; }; }; }