NixOS beginner resources

Heya, been hearing about NixOS for a long time now, mostly from the peeps over at the Linux Unplugged podcast. So was thinking about jumping onto the nix-train, however it seems like it has a learning curve. Does anyone have any good learning resources, blog-posts, guides, whatever beans that you used to get started with NixOS?

Appreciate any tips ❄️

lily33,

After you’re done with the initial setup, I’ve found looking for nix code on GitHub to be very useful for seeing how to do things.

robotdna,

NixOS docs themselves are a tad lax, but it will get better.

Learning nix itself is also important:

zero-to-nix.com

Just this morning I was having issues with a wacky dual-boot install with NixOS and Windows sharing an EFI partition, and quite interestingly ChatGPT and I were able to troubleshoot the process and get it resolved in under half and hour. I was really impressed by the specific configurations it was giving me for my /etc/nixos/configuration.nix , so that is also another resource you may consider leaning on when you run into walls in other documentation sources.

LunchEnjoyer,
@LunchEnjoyer@lemmy.world avatar

Thanks for the tip, and nice to hear about your experience too 👍

Atemu,
@Atemu@lemmy.ml avatar

The best way I know of is to get yourself a VM and get into the weeds; try to configure a system to your liking.

Follow the NixOS manual. The Wiki is unofficial; often opinionated, out of date or just plain wrong. Take it with a grain of salt. The canonical source of documentation is the NixOS manual and it’s not nearly as bad as you may have heard.

Make extensive use of search.nixos.org/options or man configuration.nix. Finding and making proper use of options and the module system is the bread and butter of using NixOS.

Eventhough everyone and their mom will recommend them to you for nebulous reasons, ignore flakes for now. You will know when you’ll benefit from using them; namely when you need to use something outside of NixOS/Nixpkgs. You’re going to have enough to figure out with plain old NixOS on its own though; I don’t have external dependencies in my config to this day.

To wrap it up, make sure to ask the community if something’s not working as expected: github.com/NixOS/nixpkgs#community

LunchEnjoyer,
@LunchEnjoyer@lemmy.world avatar

Much appreciated dude 🙌

priapus,

nix.dev and zero-to-nix.com are the best resources imo.

filister,

This is also a pretty good one: nixos-and-flakes.thiscute.world just ignore the domain name, the guy is explaining stuff very well.

degen,

I learned a ton from this, it’s kind of “The Book” I guess. For OP, there’s a pretty massive series of blog posts I fumbled along with too, ianthehenry.com/posts/…/introduction/ though it’s a couple years old.

LunchEnjoyer,
@LunchEnjoyer@lemmy.world avatar

Thank you both ✨

savvywolf,
@savvywolf@pawb.social avatar

I’ve actually been getting into NixOS recently; interested in replacing an old server I’ve had for like 10 years with something I can just build from a bunch of config files.

Can confirm it is confusing and I have no idea how anything works. :D

In my searches, I’ve come across nixos.org/guides/nix-pills/ , which I’ve gone through a few chapters of - seems good so far.

null,

Since you’re listening to LUP anyways, the Nix Nerds room on their Matrix is a great resource as well.

pruneaue, (edited )

Im on my own NixOS journey right now, so i cant fully vouch for all this yet. Here are my bookmarks for Nix/NixOS learning resources:

Apart from all this, ive learned the most from a mix of looking at other people’s configurations and reading source code. The documentation is super messy, especially if you want to make use of flakes (which i personally recommend from the get go).

torgeir,

+1 for these! I’d also add nixos.asia/en

sashanoraa,

The :nixos.org room on matrix is a great place to ask questions if you get stuck.

ScreaminOctopus,

If you’re interested in using flakes, this repo was helpful when learning how to get my first system configurations set up in an organized way github.com/Misterio77/nix-starter-configs

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #