proxmox-nixos
proxmox-nixos copied to clipboard
The Proxmox Hypervisor, on NixOS [maintainers=@camillemndn @julienmalka]
The updateScript could read the Package file at http://download.proxmox.com/debian/pve/dists/bookworm/pve-no-subscription/binary-amd64/Packages to infer the version to update to.
One solution would be to patch the source code to use a $USER environment variable passed to the systemd units.
We currently rewrite all command calls by using regexes while we could instead patch `run_command`.
Objectives of this PR: - Drop `crane` - Stop having to manually patche `Cargo.toml` files - Stop relying on forked repositories and be able to patch dependencies on the fly...
Hey, I did some progress on this which you can see here https://github.com/tieong/proxmox-nixos/tree/fix/make-lxc-works (not mergeable needs to be rebased to be cleaner). I can create the container with the pct...
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...
This PR adds [sencha-touch](https://git.proxmox.com/?p=sencha-touch.git;a=summary) package to make Proxmox Web UI work when accessed from mobile devices. It is a dependency of `pve-http-server`. Before this change:  After this change: 
currently struggling to create linux bridge. if i try to press "Apply Configuration" and i get "you need ifupdown2 to reload network configuration (500)" error. Trying to run VM without...
This fixes issue #126 The way of handling improper vmid's did not work, and I tested this on my machine, and my fixes resolved the issue I mentioned in #126
 Attempting to Add an ACME account results in the following error: ``` Generating ACME account key.. Registering ACME account.. TASK ERROR: Registration failed: Can't locate object method "bless_pointer" via...