diff --git a/nixos/common/services/snapper.nix b/nixos/common/services/snapper.nix index f56126df..fed7d874 100644 --- a/nixos/common/services/snapper.nix +++ b/nixos/common/services/snapper.nix @@ -9,7 +9,7 @@ root = { TIMELINE_CREATE = true; TIMELINE_CLEANUP = true; - SUBVOLUME = "/root"; + SUBVOLUME = "/"; }; home = { TIMELINE_CREATE = true;