home-manager/services: update Install.WantedBy= directives

This commit is contained in:
Gabriel Arazas 2024-09-10 08:13:11 +08:00
parent af9d4521e2
commit 35548a428a
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 0 additions and 4 deletions

View File

@ -86,8 +86,6 @@ in
ExecStart = "${lib.getExe' cfg.package "ludusavi"} --config ${configFile} backup ${lib.concatStringsSep " " cfg.extraArgs}"; ExecStart = "${lib.getExe' cfg.package "ludusavi"} --config ${configFile} backup ${lib.concatStringsSep " " cfg.extraArgs}";
Restart = "on-failure"; Restart = "on-failure";
}; };
Install.WantedBy = [ "default.target" ];
}; };
systemd.user.timers.ludusavi = { systemd.user.timers.ludusavi = {

View File

@ -63,8 +63,6 @@ in
Wants = [ "network-online.target" ]; Wants = [ "network-online.target" ];
}; };
Install.WantedBy = [ "default.target" ];
Service = { Service = {
ExecStart = "${cfg.package}/bin/matcha -c ${settingsFile}"; ExecStart = "${cfg.package}/bin/matcha -c ${settingsFile}";
Restart = "on-failure"; Restart = "on-failure";