proxmox-nixos
proxmox-nixos copied to clipboard
The Proxmox Hypervisor, on NixOS [maintainers=@camillemndn @julienmalka]
Autostart VMs on Boot is not working for me. The following error is reported by the console: ``` zfs error: open3: exec of zpool list -o name -H zfs-1 failed:...
Hello, amazing work done here! I noticed I can't initialize VMs with Windows, due to missing `swtpm_setup` tool: ``` TASK ERROR: start failed: command 'swtpm_setup --tpmstate file:///dev/zvol/one_tera/vm-101-disk-1 --createek --create-ek-cert --create-platform-cert...
`proxmoxer.core.ResourceException: 500 Internal Server Error: volume_size_info on 'local:iso/fg6h0pjs26025yxhr0zv9rxw2dwyabga-latest-nixos-minimal-x86_64-linux.iso' failed` ^ error `[spiderunderurbed@daspidercave:~/nixnuc/nixmoxer]$ du -h latest-nixos-minimal-x86_64-linux.iso 1.2G latest-nixos-minimal-x86_64-linux.iso` ^ size of my ISO ``` [spiderunderurbed@intelnuc:~]$ df -h / Filesystem Size Used...
``` File "/nix/store/c4ni921cml5acvsyz0gzs1k28n2c9xhv-nixmoxer-1.0.0/lib/python3.12/site-packages/main.py", line 142, in find_free_vmid ids, _ = zip(*vms) ^^^^^^ ValueError: not enough values to unpack (expected 2, got 0) ``` ^ error https://pastebin.com/P7SFZdHY This happens which I...
``` error: The option `image.baseName' has conflicting definition values: - In `/nix/store/brjzz8wv5k09bq0yrvhc1j4hd8677k21-source/nixos/modules/installer/cd-dvd/iso-image.nix': "nixos-offline-installer" - In `/nix/store/brjzz8wv5k09bq0yrvhc1j4hd8677k21-source/nixos/modules/installer/cd-dvd/iso-image.nix': "nixos-minimal-25.05pre-git-x86_64-linux" Use `lib.mkForce value` or `lib.mkDefault value` to change the priority on any of...
Currently, it is not enough to simply create a Linux user and have it work in proxmox, the only workaround I can think of was to give my root user...
Semi-automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for markedjs is: A markdown parser and compiler. Built for speed meta.homepage for markedjs...
Semi-automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for linstor-proxmox is: Integration pluging bridging LINSTOR to Proxmox VE meta.homepage for linstor-proxmox is:...
Semi-automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for pve-http-server is: Proxmox VE HTTP Server meta.homepage for pve-http-server is: git://git.proxmox.com/?p=pve-http-server.git ###### Updates...
Before Attemtping this I had to add the following to enable ZFS support (even if I don't intend on using it). ```nix let zfsCompatibleKernelPackages = lib.filterAttrs ( name: kernelPackages: (builtins.match...