Add NixOS configuration for ringtail workstation #207

Merged
eblume merged 4 commits from feature/ringtail-nixos into main 2026-02-18 08:24:26 -08:00

4 commits

Author SHA1 Message Date
ac0fc711c5 Add all drives to disko config
- /dev/nvme0n1 (954G): root + EFI (unchanged)
- /dev/sda (932G): /mnt/games (Steam library)
- /dev/sdb (466G): /mnt/storage1
- /dev/sdc (119G): /mnt/storage2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 08:19:58 -08:00
64b6bbaf74 Add initial password for eblume user on ringtail
Temporary bootstrap password for console login. Change with passwd
after first boot, then remove initialPassword from config.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 08:18:12 -08:00
04da273881 Switch terminal from foot to wezterm
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 08:12:02 -08:00
c8aec1e2a2 Add NixOS configuration for ringtail workstation
Scaffolds a NixOS flake for ringtail (gaming/compute workstation, RTX 4080):
- Declarative disk partitioning via disko (GPT, EFI + ext4 on NVMe)
- NVIDIA proprietary drivers with CUDA support
- Sway/Wayland desktop with greetd, PipeWire audio, Steam
- Tailscale for tailnet connectivity
- Ansible playbook + mise task for ongoing provisioning via nixos-rebuild
- Pulumi auth key for tailnet bootstrap (tag:homelab, tag:blumeops)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 08:07:19 -08:00