proxmox-nixos
proxmox-nixos copied to clipboard
Bump to nixos-25.05
This is a PoC for pve-qemu following similar pattern of #75.
- Using Proxmox's git source and clone the original qemu as submodule
- Specify sourceRoot to ./qemu to make existing build scripts compatible
This PR bumps following packages:
- pve-http-server: 5.1.2 -> 5.2.2
- pve-qemu-server: 8.2.1 -> 8.3.12
- pve-qemu: 9.1.2 -> 9.2.0-5
Will pick this up after 25.05
I rebased on main, and limited the pve-qemu-server update to 8.3.8 as it is what is in the debians repos, this fixes the tests I believe.
We seem to still have errors in the perl code; and also some font missing.
Thanks @JulienMalka for looking into and fixing most of the issues in this PR. I added another commit to fix VM startup and tested in my environment. Please let me know if any other issues are discovered during your previous testing and I will look into them.
Looks all good to me ! Thank you for the work (and well done with the qemu version check fix, I was struggling to find the exact point in code to change!)