summary refs log tree commit diff stats
path: root/system/satoshipad.nix
diff options
context:
space:
mode:
authorAlan Pearce2019-10-09 17:52:28 +0200
committerAlan Pearce2019-10-09 17:53:01 +0200
commit21bdf17d577d87a01e3caaad6b96b58746b51f90 (patch)
treed768b23b0ff302880f8d71843dd20c333ccf844a /system/satoshipad.nix
parent7f06dcd355a37f384589c0f01f7c33de8e00bdca (diff)
downloadnixfiles-21bdf17d577d87a01e3caaad6b96b58746b51f90.tar.lz
nixfiles-21bdf17d577d87a01e3caaad6b96b58746b51f90.tar.zst
nixfiles-21bdf17d577d87a01e3caaad6b96b58746b51f90.zip
Unify mail setup
Diffstat (limited to 'system/satoshipad.nix')
-rw-r--r--system/satoshipad.nix19
1 files changed, 0 insertions, 19 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";
-    };
-  };
 }