{ pkgs, ... }: { config = { environment.systemPackages = with pkgs; [ forgejo-runner ]; }; }