unfree
This commit is contained in:
parent
f94de157a6
commit
ec8fbeacc1
9 changed files with 31 additions and 14 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue