From 55a749fe296535de1f910d560a1dfe495370efda Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 25 Dec 2023 18:02:53 +0900 Subject: [PATCH] test --- 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 fed7d874..71f8557c 100644 --- a/nixos/common/services/snapper.nix +++ b/nixos/common/services/snapper.nix @@ -4,7 +4,7 @@ services.snapper = { snapshotRootOnBoot = true; cleanupInterval = "1d"; - snapshotInterval = "1h"; + snapshotInterval = "hourly"; configs = { root = { TIMELINE_CREATE = true;