In this post i will briefly describe how to get the Forge “Forgejo” running on NixOS and with it, a custom runner comparable to GitHub Actions, but with a twist. Basic setup First, you will need to add the Forgejo service to your configuration. I will use a config snippet, that can be integrated in both classic and flake-based NixOS. let # domain = "https://git.example.com"; domain = <your_url>; in { # other configuration omitted services....