From d8ab3f161f976096479fcd0671695a4d6318ccf9 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Sat, 7 Feb 2026 13:45:35 -0700 Subject: [PATCH] environment --- nix/modules/gitea-runner.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/modules/gitea-runner.nix b/nix/modules/gitea-runner.nix index 816cf7b..4f11c0a 100644 --- a/nix/modules/gitea-runner.nix +++ b/nix/modules/gitea-runner.nix @@ -46,6 +46,7 @@ ]; shell = pkgs.bash; }; + users.groups.gitea-runner = { }; # Ensure proper permissions on the token file systemd.tmpfiles.rules = [