all repos — nixfiles @ e1713691cb526fb347bec38089eda1d0cb7112d5

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

satoshipad: fix mbsync timer

Alan Pearce
commit

e1713691cb526fb347bec38089eda1d0cb7112d5

parent

85c094d51f6169de365fe2466acc0f0f5a353390

1 file changed, 1 insertion(+), 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";