diff --git a/hosts/tankstelle/forgejo-actions-runner.nix b/hosts/tankstelle/forgejo-actions-runner.nix index 3869de9..294db44 100644 --- a/hosts/tankstelle/forgejo-actions-runner.nix +++ b/hosts/tankstelle/forgejo-actions-runner.nix @@ -20,9 +20,7 @@ useDefaultShell = true; group = "gitea-runner"; # Required to interact with nix daemon - extraGroups = [ - "wheel" - ]; + extraGroups = [ "wheel" ]; isSystemUser = true; }; @@ -44,6 +42,7 @@ wget cachix jq + nix ]; };