Unify mail setup
1 file changed, 0 insertions(+), 19 deletions(-)
changed files
M system/satoshipad.nix → system/satoshipad.nix
@@ -43,23 +43,4 @@ system.autoUpgrade.dates = "13:24"; virtualisation.docker.autoPrune.dates = "Mon, 13:00"; system.stateVersion = "18.03"; - - systemd.user.services.mbsync = { - description = "Mailbox synchronisation"; - path = with pkgs; [ python3Packages.keyring ]; - serviceConfig = { - Type = "oneshot"; - ExecStart = "${pkgs.isync}/bin/mbsync -Va"; - # ExecStartPost = "${pkgs.myEmacs}/bin/emacsclient -e (mu4e-update-index)"; - }; - }; - - systemd.user.timers.mbsync = { - description = "Mailbox synchronisation timer"; - wantedBy = [ "default.target" ]; - timerConfig = { - OnBootSec = "2m"; - OnUnitActiveSec = "10m"; - }; - }; }