diff options
Diffstat (limited to 'system/services/backup')
-rw-r--r-- | system/services/backup/default.nix | 1 |
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"; }; |