From e1713691cb526fb347bec38089eda1d0cb7112d5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 15 Aug 2019 16:26:23 +0200 Subject: satoshipad: fix mbsync timer --- satoshipad.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/satoshipad.nix b/satoshipad.nix index 5ecb448..6d74453 100644 --- a/satoshipad.nix +++ b/satoshipad.nix @@ -53,6 +53,7 @@ systemd.user.services.mbsync = { description = "Mailbox synchronisation"; + path = with pkgs; [ python3Packages.keyring ]; serviceConfig = { Type = "oneshot"; ExecStart = "${pkgs.isync}/bin/mbsync -Va"; -- cgit 1.4.1