mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +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} = {
|
fileSystems.${flixLocation} = {
|
||||||
device = "prism.r:/export";
|
device = "prism.r:/export";
|
||||||
fsType = "nfs";
|
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} = {
|
krebs.permown.${cacheLocation} = {
|
||||||
|
|||||||
Reference in New Issue
Block a user