This commit is contained in:
Lilith 2025-03-13 01:29:44 +01:00
parent f94de157a6
commit ec8fbeacc1
Signed by: lilith
GPG key ID: 8712A0F317C37175
9 changed files with 31 additions and 14 deletions

View file

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