services: lohr: add ssh to path

SSH binary path is no longer hard coded in the git binary, see
cae8d1a2ed
This commit is contained in:
Antoine Martin 2022-05-02 13:26:00 +02:00
parent 480219b07e
commit d61c80cec4

View file

@ -56,7 +56,10 @@ in {
User = "lohr"; User = "lohr";
Group = "lohr"; Group = "lohr";
}; };
path = [pkgs.git]; path = [
pkgs.git
pkgs.openssh
];
}; };
users.users.lohr = { users.users.lohr = {