proxmox-nixos
proxmox-nixos copied to clipboard
The Proxmox Hypervisor, on NixOS [maintainers=@camillemndn @julienmalka]
This PR attempts to make `pve-novnc` support the existing update script by: - Using Proxmox's git source and clone the original novnc as submodule - Specify `sourceRoot` to `./novnc` to...
adding uefi 4m firmware to proxmox
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...
I wish I were nix-savvy enough to know exactly why this is happening. Tailscale's SSH feature intercepts SSH connections on port 22 (when those connections arrive via Tailscale's network) and...
Add an option to declaratively set the list of bridges visible in Proxmox web interface, so users do not have to manually add the bridge on web interface. This also...
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-container is: Proxmox VE container manager & runtime meta.homepage for pve-container is: https://git.proxmox.com/?p=pve-container.git...
Using command: ```bash nix-shell tasks/update.nix --arg predicate '_: pkg: !(builtins.elem pkg.pname [ "pve-rs" "termproxy" ]) && builtins.match "qemu" pkg.pname != []' --argstr commit true ```
i think its an good idea to move this project to https://github.com/nix-community
``` > Building NixOS configuration error: … while calling the 'head' builtin at /nix/store/7v6l2v247fmdgfpbs3w91mf6rinai4yk-source/lib/attrsets.nix:1575:11: 1574| || pred here (elemAt values 1) (head values) then 1575| head values | ^ 1576|...