From 21bdf17d577d87a01e3caaad6b96b58746b51f90 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 9 Oct 2019 17:52:28 +0200 Subject: Unify mail setup --- system/satoshipad.nix | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'system/satoshipad.nix') diff --git a/system/satoshipad.nix b/system/satoshipad.nix index 84d2407f..760181e6 100644 --- a/system/satoshipad.nix +++ b/system/satoshipad.nix @@ -43,23 +43,4 @@ 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"; - }; - }; } -- cgit 1.4.1