From 37d272fcfbf6128a46a7fab311897b569f18a570 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 31 May 2022 13:54:34 +0200 Subject: [PATCH] modules: services: lohr: add 'openssh' The git binary is not wrapped to add it in PATH anymore. --- modules/services/lohr/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/lohr/default.nix b/modules/services/lohr/default.nix index af218ac..f43bc40 100644 --- a/modules/services/lohr/default.nix +++ b/modules/services/lohr/default.nix @@ -88,6 +88,7 @@ in }; path = with pkgs; [ git + openssh ]; };