From 13b2351075d4a9053d77fe02ebb9272700a3b115 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 27 Jan 2026 22:46:17 -0700 Subject: [PATCH] more stuff --- nix/home-server.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix/home-server.nix b/nix/home-server.nix index 6095886..503f8ce 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -319,6 +319,11 @@ }; systemd.services.gitea-runner-infrastructure.environment = { RUNNER_SHELL = "${pkgs.bashNonInteractive}/bin/bash"; + PATH = lib.makeBinPath [ + pkgs.bashNonInteractive + pkgs.coreutils + pkgs.git + ]; }; systemd.services.gitea-runner-infrastructure.serviceConfig = { ReadWritePaths = [