commit b1061252f6b50911831b85d72521d1f4fdf7e494 parent d317d0afd8158eba153becd9739bd767f74b9772 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 10 Aug 2023 18:47:47 +0200 Pretent I know what I am doing Diffstat:
| M | nixos/worker-1/configuration.nix | | | 8 | ++------ |
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -130,10 +130,7 @@ }; # packages that are not flakes - unstable_packages = with pkgs.unstable; [ - forgejo-actions-runner - ]; - stable_packages = with pkgs; [ + environment.systemPackages = with pkgs; [ wget curl htop @@ -149,10 +146,9 @@ thefuck dnsutils jq + unstable.forgejo-actions-runner ]; - environment.systemPackages = stable_packages ++ unstable_packages; - # Ensure /etc/shells is setup for zsh programs.zsh.enable = true; environment.shells = with pkgs; [ zsh ];