linux Featured My NixOS Journey Part 2 I want to use btrfs for my NixOS servers because of the flexibility of subvolumes without the complexity of ZFS. To do this, I'll write a simple bash script that automates partitioning, creating subvolumes, and installation.
linux Featured My NixOS Journey Part 1 I've been wanting to try NixOS for quite some time. The idea of an immutable filesystem to use as a docker host seems very interesting, however, it's fairly intimidating to get started.