satoshipad: fix mbsync timer
Alan Pearce alan@alanpearce.eu
Thu, 15 Aug 2019 16:26:23 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M satoshipad.nix → satoshipad.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";