diff options
author | Alan Pearce | 2019-10-09 17:52:28 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-09 17:53:01 +0200 |
commit | 21bdf17d577d87a01e3caaad6b96b58746b51f90 (patch) | |
tree | d768b23b0ff302880f8d71843dd20c333ccf844a /system | |
parent | 7f06dcd355a37f384589c0f01f7c33de8e00bdca (diff) | |
download | nixfiles-21bdf17d577d87a01e3caaad6b96b58746b51f90.tar.lz nixfiles-21bdf17d577d87a01e3caaad6b96b58746b51f90.tar.zst nixfiles-21bdf17d577d87a01e3caaad6b96b58746b51f90.zip |
Unify mail setup
Diffstat (limited to 'system')
-rw-r--r-- | system/satoshipad.nix | 19 | ||||
-rw-r--r-- | system/settings/user-interface.nix | 5 |
2 files changed, 0 insertions, 24 deletions
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"; - }; - }; } diff --git a/system/settings/user-interface.nix b/system/settings/user-interface.nix index 08d390ab..c23eec81 100644 --- a/system/settings/user-interface.nix +++ b/system/settings/user-interface.nix @@ -21,11 +21,6 @@ lxrandr lxtask - python3Packages.keyring - isync - msmtp - html2text - weechat mpv |