From 82b80cf3601f3763bbc9e143fe5caf43ddc76d21 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 24 Dec 2023 11:30:22 +0900 Subject: [PATCH] Update snapper --- nixos/common/services/snapper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;