summary refs log tree commit diff
path: root/nixos/modules/services/networking/offlineimap.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/offlineimap.nix')
-rw-r--r--nixos/modules/services/networking/offlineimap.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/offlineimap.nix b/nixos/modules/services/networking/offlineimap.nix
index 31ce9280f319..daf6196d3706 100644
--- a/nixos/modules/services/networking/offlineimap.nix
+++ b/nixos/modules/services/networking/offlineimap.nix
@@ -54,7 +54,7 @@ in {
       description = "Offlineimap: a software to dispose your mailbox(es) as a local Maildir(s)";
       serviceConfig = {
         Type      = "oneshot";
-        ExecStart = "${cfg.package}/bin/offlineimap -u basic -o -1";
+        ExecStart = "${cfg.package}/bin/offlineimap -u syslog -o -1";
         TimeoutStartSec = cfg.timeoutStartSec;
       };
       path = cfg.path;