Merge remote-tracking branch 'ni/master'
This commit is contained in:
commit
46dcb4749a
@ -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