1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01: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

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