mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-24 18:19:01 +00:00
home-manager/services: update Install.WantedBy=
directives
This commit is contained in:
parent
af9d4521e2
commit
35548a428a
@ -86,8 +86,6 @@ in
|
||||
ExecStart = "${lib.getExe' cfg.package "ludusavi"} --config ${configFile} backup ${lib.concatStringsSep " " cfg.extraArgs}";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
|
||||
Install.WantedBy = [ "default.target" ];
|
||||
};
|
||||
|
||||
systemd.user.timers.ludusavi = {
|
||||
|
@ -63,8 +63,6 @@ in
|
||||
Wants = [ "network-online.target" ];
|
||||
};
|
||||
|
||||
Install.WantedBy = [ "default.target" ];
|
||||
|
||||
Service = {
|
||||
ExecStart = "${cfg.package}/bin/matcha -c ${settingsFile}";
|
||||
Restart = "on-failure";
|
||||
|
Loading…
Reference in New Issue
Block a user