• 182 Posts
  • 5.01K Comments
Joined 2 years ago
cake
Cake day: September 1st, 2023

help-circle










  • Dutch government shows interest in Forgejo

    The Dutch government has expressed interest in using Forgejo for its national code platform. Currently, they rely on GitHub, but they are looking for alternatives for storing, collaborating and building government code. This is part of the Open Source Program Office (OSPo)‘s efforts to regain digital sovereignty. Throughout the month, a call also took place between a representative from the office and some Forgejo contributors.

    Moreover, it is pleasing to hear that the office expressed interest in exploring ways to contribute back to the project.

    Now this, this I like. If the dutch government also invests in federation, that would be amazing. First they have to tie the knot of course…










  • I do think it is, but only if you dive into what the services and modules do, or if you create some yourself. Most packages are created for mainstream distros and you will have to adapt how they work to nixos’s mode of working. In doing so, you will learn - at least I have.

    I know more about systemd, kde’s configuration, bash, opengl, library paths, and more because of having to go through the pain of making it work ok nix/nixos.

    It is arguably also quite valuable to see how something is done in nixos as a kind of documentation in code for how to configure other software. Where changing an option’s value in nixos kicks of a bunch of things, on other systems you have to either trust that the package has scripts to do that, or imperatively do those steps yourself.

    The skills seem quite transferable to me, IMHO.