about summary refs log tree commit diff stats
path: root/system/services/backup/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/services/backup/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/services/backup/default.nix b/system/services/backup/default.nix
index 7d96d3fe..170fecba 100644
--- a/system/services/backup/default.nix
+++ b/system/services/backup/default.nix
@@ -55,7 +55,6 @@ in {
       };
       timers.backup = {
         wantedBy = ["timers.target"];
-        wants = ["backup.service"];
         unitConfig = {
           Description = "Backup 15min after boot";
         };