Fix sync askpass and git availability

This commit is contained in:
TheGeneralist 2026-02-04 16:53:11 +01:00
parent 37523a874b
commit 4416a170b9
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 27 additions and 5 deletions

View file

@ -115,6 +115,10 @@
wantedBy = [ "multi-user.target" ];
after = [ "network-online.target" ];
wants = [ "network-online.target" ];
path = [
pkgs.git
pkgs.openssh
];
preStart = lib.optionalString useRuntimeConfig ''
umask 0077
{