nyx
nyx copied to clipboard
My overengineered NixOS flake. Desktops, laptops, servers and everything else that can run an OS.
Recently I've moved some of the usrEnv options to `meta` as a read-only interface. I should refactor `modules.systems.{programs, services}` to offload userspace programs and services to usrEnv as a way...
This config is positively massive. Github's CI cannot evaluate all of it in the default livecycle of a CI worker (15-17 minutes) and exits prematurely - causing the CI to...
My devices (plural, I have like 10 hosts) store a large amount of data, with currently no viable solution for backups. I would like to figure out a self-hosted backup...
I currently use BTRFS rollbacks to mimic "root on tmpfs" kind of setups, as my systems rarely feature over 16 gigs of ram. The btrfs snapshots are rolled back with...