
Introduction to Nix & NixOS | NixOS & Flakes Book
nixos-and-flakes.thiscute.worldAn unofficial and opinionated book for beginners
4 links

An unofficial and opinionated book for beginners

For one of my network storage PC builds, I was looking for an alternative to Flatcar Container Linux and tried out NixOS again (after an almost 10 year break). There are many ways to install NixOS, and in this article I will outline how I like to install NixOS on physical hardware or virtual machines: over the network and fully declaratively.

Oracle is not a very popular cloud hosting service, but they have an unusually attractive free tier offering. You can run the following two VMs for free 24/7:

Build reproducibility is often considered as a de facto feature provided by functional package managers like Nix. Although the functional package manager model...