This commit is contained in:
Lilith 2025-08-15 21:44:20 +02:00
parent c1b1b14be1
commit af1670a3b9
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
4 changed files with 20 additions and 7 deletions

View file

@ -10,8 +10,8 @@
fsType = "nfs";
options = [
"nfsvers=4.2"
"noauto"
"x-systemd.automount"
"noauto"
"x-systemd.idle-timeout=600"
"_netdev"
];
@ -21,8 +21,8 @@
fsType = "nfs";
options = [
"nfsvers=4.2"
"noauto"
"x-systemd.automount"
"noauto"
"x-systemd.idle-timeout=600"
"_netdev"
];