Updating NixOS
Date:
[8th Sep 2025]
Garbage collection isn't 100% necessary but I was running out of space on a Proxmox VM quite often
sudo nix-collect-garbage -d
Update with:
sudo nix-channel --update
sudo nixos-rebuild switch
Flakes are a different thing altogether. More on that maybe later.