satoshipad: fix mbsync timer
1 file changed, 1 insertion(+), 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";