diff --git a/nixos/common/services/snapper.nix b/nixos/common/services/snapper.nix index fed7d874..08e8883f 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"; }; }; };