Comment on My Ultimate Self-hosting Setup
smiletolerantly@awful.systems 3 weeks agoFunny - same thing here. Got 3 proxmox hosts running, all virtual machines are NixOS though.
I’d love to go full Nix, but between my GF and I, we kinda split the responsibilities: hardware is hers, applications are mine. And there’s not a chance she’ll give up her Proxmox hosts 😄
Got it automated to a single “provision” command though that will spin up any of my nix VMS unanttended, so I’m happy with that.
mirdaki@lemmy.ml 3 weeks ago
Oh that provision command sounds interesting! Did it take a bit of tinkering to get right?
smiletolerantly@awful.systems 3 weeks ago
Yeah, but no dark magic involved.
The only “magic” parts are two nix modules for handling proper networking and hardware setup, and exposing required attributes to the script.
Works really well, zero manual config (beyond the services you want to run…) required on nix or proxmox side.
mirdaki@lemmy.ml 3 weeks ago
Nice! No dark magic being involved is always a good thing haha
smiletolerantly@awful.systems 3 weeks ago
Btw, nice read OP. Always great to see more Nix “in the wild”.