This commit is contained in:
alydev 2025-09-28 15:29:53 +10:00
parent 22a349a7a9
commit c4f365df53

View file

@ -6,7 +6,7 @@
fileSystems."/mnt/media" = {
device = "//10.8.0.4/media";
fsType = "cifs";
options = ["x-systemd.requires=openvpn-laptop.service,x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s"];
options = ["ro,guest,vers=3.0,x-systemd.requires=openvpn-laptop.service,x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s"];
};
services.logind = {
lidSwitch = "suspend";