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