modules: services: lohr: add 'openssh'
All checks were successful
continuous-integration/drone/push Build is passing

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 55a40a80b7
commit 70fca2d19b

View file

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