From 83439701e0a65a484be2da1fd8a070264126fc91 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 13 Aug 2022 14:08:09 +0200 Subject: [PATCH] mbsync: .service has no tty --- modules/mail/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";