From 3ca1f82eda6c1eb8be948142cd07dcb3da12aed2 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Wed, 19 Jun 2024 15:10:43 +0200 Subject: [PATCH] Temp. rm nfsver option --- hosts/x86_64-linux/beleth/nfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; }; }; }