fix zfs snapshot

This commit is contained in:
Yan Lin 2025-11-27 22:57:56 +01:00
parent d234b775e2
commit e955729703

View file

@ -103,6 +103,7 @@
options = {
canmount = "noauto";
mountpoint = "/";
"com.sun:auto-snapshot" = "true";
};
};
@ -113,6 +114,7 @@
options = {
canmount = "on";
mountpoint = "/home";
"com.sun:auto-snapshot" = "true";
};
};