modules: services: lohr: add 'openssh'

The git binary is not wrapped to add it in PATH anymore.
This commit is contained in:
Bruno BELANYI 2022-05-31 13:54:34 +02:00
parent 9f2bbaeff9
commit 37d272fcfb
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ in
};
path = with pkgs; [
git
openssh
];
};