hosts/xps16: add ~/archive mount

This commit is contained in:
2026-02-02 17:33:49 +09:00
parent 6e033dcca3
commit 5a92dad529
+5 -2
View File
@@ -141,12 +141,15 @@
mountOptions = [ "compress=zstd" "noatime" ];
};
}
(makeSnapshottable "/home/h7x4" [ "compress=zstd" "noatime" "nodev" ])
(makeAtSnapshottable "/home/h7x4/git" [ "compress=zstd" "noatime" "nodev" ])
(makeAtSnapshottable "/home/h7x4/archive" [ "compress-force=zstd15" "noatime" "nodev" ])
(makeAtSnapshottable "/home/h7x4/ctf" [ "compress=zstd" "noatime" "nodev" ])
(makeAtSnapshottable "/home/h7x4/downloads" [ "compress=zstd" "noatime" "nosuid" "nodev" ])
(makeAtSnapshottable "/home/h7x4/pictures" [ "compress=zstd" "noatime" "noexec" "nosuid" "nodev" ])
(makeAtSnapshottable "/home/h7x4/git" [ "compress=zstd" "noatime" "nodev" ])
(makeAtSnapshottable "/home/h7x4/music" [ "compress=zstd" "noatime" "noexec" "nosuid" "nodev" ])
(makeAtSnapshottable "/home/h7x4/pictures" [ "compress=zstd" "noatime" "noexec" "nosuid" "nodev" ])
(makeSnapshottable "/var/log" [ "compress=zstd" "noatime" "noexec" "nosuid" "nodev" ])
(makeSnapshottable "/var/lib" [ "compress=zstd" "noatime" "nosuid" "nodev" ])
(makeAtSnapshottable "/var/lib/docker" [ "compress=zstd" "noatime" ])