diff --git a/services/lohr.nix b/services/lohr.nix index b4c54bc..c7a5acf 100644 --- a/services/lohr.nix +++ b/services/lohr.nix @@ -56,7 +56,10 @@ in { User = "lohr"; Group = "lohr"; }; - path = [pkgs.git]; + path = [ + pkgs.git + pkgs.openssh + ]; }; users.users.lohr = {