From e1fb378cd3e7e69fea791b64b9aeeb9e6d25960f Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Wed, 18 Feb 2026 21:09:09 -0700 Subject: [PATCH] updates --- nix/modules/gitea-runner.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nix/modules/gitea-runner.nix b/nix/modules/gitea-runner.nix index 1a3fb39..51b8e97 100644 --- a/nix/modules/gitea-runner.nix +++ b/nix/modules/gitea-runner.nix @@ -59,11 +59,7 @@ users = [ "gitea-runner" ]; commands = [ { - command = "${pkgs.nix}/bin/nix-collect-garbage"; - options = [ "NOPASSWD" "SETENV" ]; - } - { - command = "${pkgs.nix}/bin/nix-env"; + command = "/run/current-system/sw/bin/nix-collect-garbage"; options = [ "NOPASSWD" "SETENV" ]; } ];