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:
parent
480219b07e
commit
d61c80cec4
|
@ -56,7 +56,10 @@ in {
|
|||
User = "lohr";
|
||||
Group = "lohr";
|
||||
};
|
||||
path = [pkgs.git];
|
||||
path = [
|
||||
pkgs.git
|
||||
pkgs.openssh
|
||||
];
|
||||
};
|
||||
|
||||
users.users.lohr = {
|
||||
|
|
Loading…
Reference in a new issue