summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/mail/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/default.nix b/modules/mail/default.nix
index 1c04437..e0b9cf8 100644
--- a/modules/mail/default.nix
+++ b/modules/mail/default.nix
@@ -70,7 +70,7 @@ in
enable = true;
after = [ "graphical.target" "network-online.target" ];
script = ''
- ${pkgs.isync}/bin/mbsync -a --config=${mbsyncConf}
+ ${pkgs.isync}/bin/mbsync -q -a --config=${mbsyncConf}
'';
serviceConfig = {
Type = "oneshot";