From d625186ce599a663b0115b83b70ea0be0ba8afbf Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sun, 28 Jul 2019 14:16:16 +0200 Subject: [PATCH] Remove use of `network-online.target` This target is only available at the system level and has no effect on user services. --- modules/services/mbsync.nix | 1 - modules/services/taskwarrior-sync.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/services/mbsync.nix b/modules/services/mbsync.nix index a78975368..1fe755938 100644 --- a/modules/services/mbsync.nix +++ b/modules/services/mbsync.nix @@ -83,7 +83,6 @@ in systemd.user.services.mbsync = { Unit = { Description = "mbsync mailbox synchronization"; - PartOf = [ "network-online.target" ]; }; Service = { diff --git a/modules/services/taskwarrior-sync.nix b/modules/services/taskwarrior-sync.nix index f92f532bd..4179ac8aa 100644 --- a/modules/services/taskwarrior-sync.nix +++ b/modules/services/taskwarrior-sync.nix @@ -34,7 +34,6 @@ in systemd.user.services.taskwarrior-sync = { Unit = { Description = "Taskwarrior sync"; - PartOf = [ "network-online.target" ]; }; Service = { CPUSchedulingPolicy = "idle";