1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 08:28:30 +02: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:
Robert Helgesson 2019-07-28 14:16:16 +02:00
parent caf3349f01
commit d625186ce5
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
2 changed files with 0 additions and 2 deletions

View File

@ -83,7 +83,6 @@ in
systemd.user.services.mbsync = {
Unit = {
Description = "mbsync mailbox synchronization";
PartOf = [ "network-online.target" ];
};
Service = {

View File

@ -34,7 +34,6 @@ in
systemd.user.services.taskwarrior-sync = {
Unit = {
Description = "Taskwarrior sync";
PartOf = [ "network-online.target" ];
};
Service = {
CPUSchedulingPolicy = "idle";