Stuff


I use this site as a memory helper for stuff I keep forgetting. Don't run code on here without knowing what it does.



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.