From 49156df8b4301b2002f44e81ee7ee6d0f9d9eb3e Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Wed, 18 Feb 2026 21:06:47 -0700 Subject: [PATCH] updates --- nix/modules/gitea-runner.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/modules/gitea-runner.nix b/nix/modules/gitea-runner.nix index cb88cf3..9b60f76 100644 --- a/nix/modules/gitea-runner.nix +++ b/nix/modules/gitea-runner.nix @@ -121,4 +121,6 @@ Restart = lib.mkForce "always"; }; + + systemd.services.gitea-runner-infrastructure.path = [ pkgs.sudo ]; } \ No newline at end of file