xps16/disks: don't mount snapshot dirs as readonly

This commit is contained in:
2026-02-06 11:04:28 +09:00
parent b42b1b0797
commit 502b825051

View File

@@ -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" ];
};
};