Proxmox Virtual Environment: Difference between revisions

imported>Illustris
mNo edit summary
imported>Benley
Patching pve-container: pve-container 4.1-5 has been released with the nixos fixes
Line 57: Line 57:
== Patching pve-container ==
== Patching pve-container ==


<blockquote>This is not needed on pve-container versions newer than 4.1-4. As of 6 March 2022, there is no newer version availble. Until a new version is released, you will have to patch existing versions to add NixOS LXC support. If you have a newer version, skip ahead to the next section.
<blockquote>This is not needed on pve-container version 4.1-5 (released on 27 April 2022) and newer. If you have an older version, you will have to patch it to add NixOS LXC support. If you have a newer version, skip ahead to the next section.
</blockquote>
</blockquote>
* install some dependencies <code>apt install git devscripts gdebi</code>
* install some dependencies <code>apt install git devscripts gdebi</code>
Line 124: Line 124:
<pre>root@pve:~# ls /usr/share/perl5/PVE/LXC/Setup/NixOS.pm
<pre>root@pve:~# ls /usr/share/perl5/PVE/LXC/Setup/NixOS.pm
/usr/share/perl5/PVE/LXC/Setup/NixOS.pm</pre>
/usr/share/perl5/PVE/LXC/Setup/NixOS.pm</pre>
== Generating LXC template ==
== Generating LXC template ==