diff --git a/disk-config.nix b/disk-config.nix index 0a61bd8..ff93a4e 100644 --- a/disk-config.nix +++ b/disk-config.nix @@ -53,7 +53,7 @@ options.cachefile = "none"; rootFsOptions = { compression = "zstd"; - "com.sun:auto-snapshot" = "false"; + "com.sun:auto-snapshot" = "true"; }; mountpoint = "/"; postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank"; @@ -62,7 +62,6 @@ zfs_fs = { type = "zfs_fs"; mountpoint = "/zfs_fs"; - options."com.sun:auto-snapshot" = "true"; }; }; };