From c4f365df539893a6aa1bc87da6bd52b9566df237 Mon Sep 17 00:00:00 2001 From: alydev Date: Sun, 28 Sep 2025 15:29:53 +1000 Subject: [PATCH] update --- system/aly-laptop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/aly-laptop.nix b/system/aly-laptop.nix index 0d810e3..d216eab 100644 --- a/system/aly-laptop.nix +++ b/system/aly-laptop.nix @@ -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";