New article: Using Forgejo git mirrors and Nix flakes to build security-critical software from self-hosted, pinned sources.
With over 454,000 malicious packages identified in 2025, self-replicating npm worms, and AI-powered attack campaigns, supply chain security is no longer an option for self-hosters.
The post outlines an approach that effectively mitigates risks and highlights its limitations.
https://blog.networld.to/git-mirrors-and-nix-flakes-a-practical-approach-to-supply-chain-security/
I am back on arch with #Wayfire and #Garuda as the core. At least I have been for the past few months here honestly, I could not be happier.
so I do like #nixos I also like not having to think about every little thing when I want to do something. I will forever miss the config file for packages.  and I know I can run it off the distro, but I don’t want to. 
#linux
great
it turns out that I migrated from standalone Home Manager to integrating it as part of my NixOS config
...but there is a part of my config (not at all vital) that broke
it's time to look for equivalents for home.profileDirectory at NixOS level
authentik-nix has been an _enormous_ help in getting this set up on #NixOS
Nix flake with package, NixOS module and VM test for authentik. Alternative deployment mode to the official docker-compose approach. No official support by authentik [maintainers=@ma27] - nix-commu...
The Nix sandbox aims to provide a pure environment by isolating the build environment from the rest of the system. However, some impurities can still affect builds inside the sandbox and lead to reproducibility issues. One of them is the filesystem.
A common example is builds that implicitly depend on inode numbering or directory entry ordering. In some cases, you might even run into a filesystem bug: a build succeeds on one machine, but fails on another with a different filesystem.
To debug these issues, you can now use nix-buildon. It lets you swap out the filesystem underneath the Nix sandbox. By running the sandbox on disorderfs, you can get a deterministic, sorted, or reverse-sorted view of directory entries. This makes it easy to check whether a build depends on filesystem behavior that should not matter in the first place.
https://github.com/katexochen/nix-buildon
I created this at #OceanSprint. 🌊