From b88e97609cc009d7f418f7f78452102992961dd2 Mon Sep 17 00:00:00 2001 From: alydev Date: Sun, 28 Sep 2025 15:22:57 +1000 Subject: [PATCH] update --- system/aly-laptop.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/aly-laptop.nix b/system/aly-laptop.nix index 4817113..cd052df 100644 --- a/system/aly-laptop.nix +++ b/system/aly-laptop.nix @@ -3,10 +3,10 @@ services.openvpn.servers = { laptop = { config = '' config /home/aly/.secrets/laptop.ovpn ''; }; }; - fileSystems."/home/aly/Music" = { - device = "//10.8.0.4/media/music"; + 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,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";