From c274d1b71eb8fbef144db729d8c9ec06b080e75b Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 25 Dec 2023 17:21:33 +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 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"; }; }; };