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
1 changed files with 4 additions and 1 deletions
|
|
@ -56,7 +56,10 @@ in {
|
|||
User = "lohr";
|
||||
Group = "lohr";
|
||||
};
|
||||
path = [pkgs.git];
|
||||
path = [
|
||||
pkgs.git
|
||||
pkgs.openssh
|
||||
];
|
||||
};
|
||||
|
||||
users.users.lohr = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue