From dcd8a8590d3efc00d7cabffdc371601cd277cf26 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 27 Jan 2026 22:42:43 -0700 Subject: [PATCH] more stuff --- nix/home-server.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nix/home-server.nix b/nix/home-server.nix index 9997193..45bd49b 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -317,7 +317,9 @@ }; }; }; - + systemd.services.gitea-runner-infrastructure.environment = { + RUNNER_SHELL = "${pkgs.bashNonInteractive}/bin/bash"; + }; systemd.services.gitea-runner-infrastructure.serviceConfig = { ReadWritePaths = [