diff --git a/runner_system.nix b/runner_system.nix index a8e51bd..b2030af 100644 --- a/runner_system.nix +++ b/runner_system.nix @@ -24,7 +24,6 @@ in ]; services = { - # TODO: forgejo runner gitea-actions-runner = { package = pkgs.forgejo-actions-runner; instances.default = { diff --git a/shared/system.nix b/shared/system.nix index da5ae16..51ca382 100644 --- a/shared/system.nix +++ b/shared/system.nix @@ -19,6 +19,7 @@ environment.systemPackages = with pkgs; [ git + htop ]; networking.firewall = {