diff options
| author | Grigory Shipunov | 2022-08-13 14:08:09 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-08-13 14:08:09 +0200 |
| commit | 83439701e0a65a484be2da1fd8a070264126fc91 (patch) | |
| tree | 8d9c81a93878467d30cd1161d5cd772b3f3aae77 /modules | |
| parent | 7551d20ccd7b4a34eb5676121880112e02ac247c (diff) | |
mbsync: .service has no tty
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mail/default.nix | 2 |
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"; |
