From 502b825051b9e778b6582c85eaee7261676c9b39 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 6 Feb 2026 11:04:28 +0900 Subject: [PATCH] xps16/disks: don't mount snapshot dirs as readonly --- hosts/xps16/disks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/xps16/disks.nix b/hosts/xps16/disks.nix index 9c41457..0987396 100644 --- a/hosts/xps16/disks.nix +++ b/hosts/xps16/disks.nix @@ -109,7 +109,7 @@ }; "${name}/snapshots" = { mountpoint = "${subvolPath}/.snapshots"; - mountOptions = mountOptions ++ [ "ro" "x-systemd.automount" "x-systemd.idle-timeout=5min" ]; + mountOptions = mountOptions ++ [ "x-systemd.automount" "x-systemd.idle-timeout=5min" ]; }; };