From 93ccc7530931c8fc53b4d293e2673735a23bb874 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 25 Dec 2023 17:21:55 +0900 Subject: [PATCH] test --- nixos/common/services/snapper.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; }; }; };