summary refs log tree commit diff stats
path: root/system/satoshipad.nix
diff options
context:
space:
mode:
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";
-    };
-  };
 }