aboutsummaryrefslogtreecommitdiff
path: root/modules/services/mbsync.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2019-07-17 10:02:35 +0200
committerRobert Helgesson <robert@rycee.net>2019-07-17 10:02:35 +0200
commitca4f22be85bcc1fdc086e72c3104f1c747910f27 (patch)
tree867e8f3e758ad9607356f081bc5ba08d552c7c07 /modules/services/mbsync.nix
parentc3520bfa52b30f984e73e9616abe4d11ab56de36 (diff)
mbsync: use full path to mu in example
Diffstat (limited to 'modules/services/mbsync.nix')
-rw-r--r--modules/services/mbsync.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/mbsync.nix b/modules/services/mbsync.nix
index 5c994cc6bc3..a7897536802 100644
--- a/modules/services/mbsync.nix
+++ b/modules/services/mbsync.nix
@@ -71,7 +71,7 @@ in
postExec = mkOption {
type = types.nullOr types.str;
default = null;
- example = "mu index";
+ example = "\${pkgs.mu}/bin/mu index";
description = ''
An optional command to run after mbsync executes successfully.
This is useful for running mailbox indexing tools.