Proxmox Virtual Environment: Difference between revisions
imported>Benley Remove redundant mention of PVE 7.2 support & remnant of hand-patching docs |
imported>Ztr-pen Reboot required for nixos-rebuild switch to work based on recent install. A root password is required as autologin stop working on reboot. |
||
Line 95: | Line 95: | ||
As of now, not all of the configuration options on the web UI work for proxmox LXCs. Network configuration and adding SSH keys to root user work, while setting a password for the root user and setting hostname don’t. | As of now, not all of the configuration options on the web UI work for proxmox LXCs. Network configuration and adding SSH keys to root user work, while setting a password for the root user and setting hostname don’t. | ||
The template built above without any options does not come with <code>/etc/nixos/configuration.nix</code>. A minimal working example is presented below. Be sure to run <code>nix-channel --update</code> before <code>nixos-rebuild switch</code>. | It is suggested to set a root password within the container on first boot. | ||
The template built above without any options does not come with <code>/etc/nixos/configuration.nix</code>. A minimal working example is presented below. Be sure to run <code>nix-channel --update</code>, reboot the container running before <code>nixos-rebuild switch</code>. | |||
<pre> | <pre> | ||
{ pkgs, modulesPath, ... }: | { pkgs, modulesPath, ... }: |