Commit 57b8aaa0e8fb
Changed files (1)
modules
harmonia
modules/harmonia/default.nix
@@ -167,6 +167,13 @@ in
TimeoutStartSec = "2h";
};
+ path = with pkgs; [
+ openssh
+ git
+ nix
+ nixos-rebuild
+ ];
+
script =
let
notifyStart = optionalString cfg.builder.notification.enable ''