>>13730Warning: Moar NixOS shillingNixOS is a source based distro. It will either copy pre-build binaries from a binary cache if it exists, or if you customized some packages, it will download the source code, and compile it for you.
In my case I have a computer I use as a router, so it hosts wifi. But to do that it needs some non standard kernel configurations and patches for the wifi driver (because of some legal bullshit with radios).
That router computer has a relatively slow CPU compared to my desktop rig, so for a major update the kernel alone takes about an hour and a half to rebuild.
But NixOS is crazy - it lets me run the nixos-rebuild command with an option to use my other computer for all the compiling heavy-lifting. So I'm sitting here right now watching my 16 core machine compile the kernel for my router. And all I had to do was set up an ssh key and run the command.
Admit it that's fucking cool.