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