konsens: add ssh to pkgs

This commit is contained in:
tv 2023-05-02 21:28:13 +02:00
parent b60be1128b
commit 4faebce3c6

View File

@ -60,7 +60,10 @@ let
systemd.services = mapAttrs' (name: repo: systemd.services = mapAttrs' (name: repo:
nameValuePair "konsens-${name}" { nameValuePair "konsens-${name}" {
after = [ "network.target" ]; after = [ "network.target" ];
path = [ pkgs.git ]; path = [
pkgs.git
pkgs.openssh
];
restartIfChanged = false; restartIfChanged = false;
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";