This commit is contained in:
Lilith 2025-12-04 15:49:10 +01:00
parent 05a9d96d4e
commit b220ff36bb
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
12 changed files with 49 additions and 54 deletions

View file

@ -13,17 +13,7 @@
"x-systemd.automount"
"noauto"
"x-systemd.idle-timeout=600"
"_netdev"
];
};
fileSystems."/mnt/nas/torrent" = {
device = "nixserver:/torrent";
fsType = "nfs";
options = [
"nfsvers=4.2"
"x-systemd.automount"
"noauto"
"x-systemd.idle-timeout=600"
"x-systemd.device-timeout=1"
"_netdev"
];
};