Does anyone know if #proxmox runs well on #nixos ? Been thinking about swapping the raw #docker setup I have on my #homelab for something more structured. (Open to other options as well though lol)

@fireye

#Proxmox runs on Debian, not on Nixos. Nixos has a completely different file structure (no /etc, no /usr/bin). That would be a very experimental and uphill fight.

Of course you can run Nixos inside Proxmox VMs.

@robertdahlem interesting! I found this wiki article https://nixos.wiki/wiki/Proxmox_Virtual_Environment referring to https://www.proxmox.com/en/products/proxmox-virtual-environment/overview, would that be a seperate thing from proxmox proper then?
@fireye
This article tells how to run Nixos inside Proxmox.
@robertdahlem ah that's a shame. i'd like the server itself to remain nix-based, as I'm deploying it via colmena at the moment and quite like that workflow as well as nix's declarative structure; thanks for flagging my wild goose chase though lol.