aboutsummaryrefslogtreecommitdiff
path: root/modules/services/mbsync.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2019-07-28 14:16:16 +0200
committerRobert Helgesson <robert@rycee.net>2019-07-28 14:17:28 +0200
commitd625186ce599a663b0115b83b70ea0be0ba8afbf (patch)
tree40f276928734c8adc61af7fbb7e6284b6c850495 /modules/services/mbsync.nix
parentcaf3349f01a18a737356c0b488aa5f611b07782c (diff)
Remove use of `network-online.target`
This target is only available at the system level and has no effect on user services.
Diffstat (limited to 'modules/services/mbsync.nix')
-rw-r--r--modules/services/mbsync.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/services/mbsync.nix b/modules/services/mbsync.nix
index a7897536802..1fe755938ab 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 = {