1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

fix(flix): handle correctly with systemd so it doesnt prolong shutting down

This commit is contained in:
Kierán Meinhardt
2020-07-11 20:44:20 +02:00
parent b3caee106e
commit eadf80e8e4

View File

@@ -8,6 +8,18 @@ in {
fileSystems.${flixLocation} = {
device = "prism.r:/export";
fsType = "nfs";
options = [
"noauto"
"noatime"
"nodiratime"
"x-systemd.automount"
"x-systemd.device-timeout=1"
"x-systemd.idle-timeout=1min"
"x-systemd.requires=tinc.retiolum.service"
"x-systemd.requires=wpa_supplicant.service"
"user"
"_netdev"
];
};
krebs.permown.${cacheLocation} = {