mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
Remove use of network-online.target
This target is only available at the system level and has no effect on user services.
This commit is contained in:
parent
caf3349f01
commit
d625186ce5
2 changed files with 0 additions and 2 deletions
|
@ -83,7 +83,6 @@ in
|
|||
systemd.user.services.mbsync = {
|
||||
Unit = {
|
||||
Description = "mbsync mailbox synchronization";
|
||||
PartOf = [ "network-online.target" ];
|
||||
};
|
||||
|
||||
Service = {
|
||||
|
|
|
@ -34,7 +34,6 @@ in
|
|||
systemd.user.services.taskwarrior-sync = {
|
||||
Unit = {
|
||||
Description = "Taskwarrior sync";
|
||||
PartOf = [ "network-online.target" ];
|
||||
};
|
||||
Service = {
|
||||
CPUSchedulingPolicy = "idle";
|
||||
|
|
Loading…
Reference in a new issue