konsens: add ssh to pkgs
This commit is contained in:
parent
b60be1128b
commit
4faebce3c6
@ -60,7 +60,10 @@ let
|
||||
systemd.services = mapAttrs' (name: repo:
|
||||
nameValuePair "konsens-${name}" {
|
||||
after = [ "network.target" ];
|
||||
path = [ pkgs.git ];
|
||||
path = [
|
||||
pkgs.git
|
||||
pkgs.openssh
|
||||
];
|
||||
restartIfChanged = false;
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
|
Loading…
Reference in New Issue
Block a user