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 | <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 == | ||