From ede2da9d6b65d94578a430cd7e52d6c2ce884eb6 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Thu, 3 Oct 2024 11:31:19 -0400 Subject: [PATCH] Note backup service --- modules/users/crow/user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/crow/user.nix b/modules/users/crow/user.nix index 578e73d..ddbccf8 100644 --- a/modules/users/crow/user.nix +++ b/modules/users/crow/user.nix @@ -23,7 +23,7 @@ Persistent = true; }; wantedBy = [ - timers.target + "timers.target" ]; };