Try to downgrade the NFS version

This commit is contained in:
Andreas Zweili 2022-06-14 20:44:21 +02:00
parent b7da40b0d9
commit e2c74a1c61
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ in
fileSystems."${repository}" = {
device = "10.7.89.108:restic-server";
fsType = "nfs";
options = [ "noatime" "hard" ];
options = [ "noatime" "hard" "nfsvers=4.0" ];
};
services.restic.server = {
enable = true;