I'm trying to add support for NixOS LXCs to proxmox. So far I've made a patch for pve-container that adds support for detecting NixOS LXCs, and writing host-managed configs to the container, that will then get applied by a service running inside the container.
https://github.com/illustris/pve-container/tree/3.3-4-nixos
For NixOS to work properly, nesting is required. For now I manually enable nesting on newly created LXCs, but is there some way to do this on container creation automatically after OS detection?
https://github.com/illustris/pve-container/tree/3.3-4-nixos
For NixOS to work properly, nesting is required. For now I manually enable nesting on newly created LXCs, but is there some way to do this on container creation automatically after OS detection?