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

View file

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