diff --git a/nixos/common/services/snapper.nix b/nixos/common/services/snapper.nix index 08e8883f..fed7d874 100644 --- a/nixos/common/services/snapper.nix +++ b/nixos/common/services/snapper.nix @@ -14,12 +14,12 @@ home = { TIMELINE_CREATE = true; TIMELINE_CLEANUP = true; - SUBVOLUME = "home"; + SUBVOLUME = "/home"; }; nix = { TIMELINE_CREATE = true; TIMELINE_CLEANUP = true; - SUBVOLUME = "nix"; + SUBVOLUME = "/nix"; }; }; };