From e9557297036d5f656760c558300d366adb49f8da Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Thu, 27 Nov 2025 22:57:56 +0100 Subject: [PATCH] fix zfs snapshot --- hosts/nixos/hs/disk-config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/nixos/hs/disk-config.nix b/hosts/nixos/hs/disk-config.nix index 59772f6..a9d244d 100644 --- a/hosts/nixos/hs/disk-config.nix +++ b/hosts/nixos/hs/disk-config.nix @@ -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"; }; };