Elektrine lite

← Feed

@GunnarGrop@lemmy.ml

Post #3908569

2026-07-18 10:44 UTC

Yeah, “unfortunately” since Guix is a GNU project, they don’t package the upstream Linux kernel, just linux-libre, which removes a lot of binary blobs. Great if you want a fully free OS, not so great if you need drivers only available in the mainline kernel. The practical solution to this is to use the channel nonguix, which packages mainline Linux for Guix. You can follow the instructions for nonguix to create a guix ISO with the regular Linux kernel, then make sure your installed system uses that same kernel. It’s not hard to do, but if one doesn’t have the inclination I’d just recommended using NixOS. :-)

Replies (1)

  • @buran@lemmy.today 2026-07-18 16:12

    Right now and using NixOS and I’m pretty happy with it, it suffers from There’s More Than One Way To Do It and there are so many options that do the same and the documentation isn’t great. When I finally made my base flake.nix, easy peasy! But the difficulty curve is pretty steep.

    Open ##3914507