all repos — nixfiles @ e1713691cb526fb347bec38089eda1d0cb7112d5

System and user configuration, managed by nix and home-manager

satoshipad: fix mbsync timer
Alan Pearce alan@alanpearce.eu
Thu, 15 Aug 2019 16:26:23 +0200
commit

e1713691cb526fb347bec38089eda1d0cb7112d5

parent

85c094d51f6169de365fe2466acc0f0f5a353390

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M satoshipad.nixsatoshipad.nix
@@ -53,6 +53,7 @@ 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";