Merge remote-tracking branch 'ni/master'

This commit is contained in:
lassulus 2023-05-02 22:26:43 +02:00
commit 46dcb4749a

View File

@ -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";