From cca283c3323cd6011fa5d4dc95a69da10235e9b8 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 5 Mar 2024 19:45:33 +0100 Subject: [PATCH] Fix timers. --- home-manager/modules/restic.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/home-manager/modules/restic.nix b/home-manager/modules/restic.nix index e7b71ca..0ea4515 100644 --- a/home-manager/modules/restic.nix +++ b/home-manager/modules/restic.nix @@ -17,7 +17,6 @@ '' ); }; - Install.WantedBy = [ "default.target" ]; }; }; systemd.user.timers = { @@ -46,7 +45,6 @@ '' ); }; - Install.WantedBy = [ "default.target" ]; }; }; systemd.user.timers = { @@ -74,7 +72,6 @@ '' ); }; - Install.WantedBy = [ "default.target" ]; }; }; systemd.user.timers = {