summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--satoshipad.nix1
1 files changed, 1 insertions, 0 deletions
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";