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:
@@ -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} = {
|
||||
|
||||
Reference in New Issue
Block a user