I've gone full Nix: Proxmox to NixOS + Incus

13 points by bew


ClashTheBunny

This seems like it's reaching the complexity bar of k8s. Anybody have reasons why going nix is better than something made to manage castle and not pets?

sigmonsez

this has been my stack for a while now. Not only is a rolling distro great for a hypervisor, incus really solved the VM + container problems.

I still use docker compose for a lot of stuff as well but that's mostly because i consume services in this format and don't really bother to do anything more complicated.

pondidum

I started doing the same migration too some time back. However, I ran into some odd network issues (after a while containers got 2nd, 3rd,... IPs, and became unreachable to eachother until restarted).

After some time attempting to fix, I dropped incus. I used podman+systemd to run the containers as defined in my configuration.nix file, and it works well.

I might add a Nomad server later as a way to run short-term or dev workloads, but I haven't needed that yet.