summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/satoshipad.nix19
-rw-r--r--system/settings/user-interface.nix5
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