Talk:Proxmox Linux Container: Difference between revisions
imported>Vater No edit summary |
imported>Vater mNo edit summary |
||
Line 229: | Line 229: | ||
if nesting is not acitivated | if nesting is not acitivated | ||
( | (try to) update (download and build) Nix expressions (<code>nix-env</code>) in a NixOS container on Proxmox Virtual Environment | ||
: <code>nix-channel --update</code> | : <code>nix-channel --update</code> | ||
<pre> | <pre> | ||
Line 238: | Line 238: | ||
</pre> | </pre> | ||
(try to) rebuild NixOS | |||
: <code>nixos-rebuild switch</code> | : <code>nixos-rebuild switch</code> | ||
<pre> | <pre> | ||
Line 266: | Line 267: | ||
if nesting is acitivated | if nesting is acitivated | ||
update (download and build) Nix expressions (<code>nix-env</code>) in a NixOS container on Proxmox Virtual Environment sucessfully | |||
: <code>nix-channel --update</code> | : <code>nix-channel --update</code> | ||
<pre> | <pre> | ||
Line 278: | Line 279: | ||
</pre> | </pre> | ||
rebuild NixOS sucessfully | |||
: <code>nixos-rebuild switch</code> | : <code>nixos-rebuild switch</code> | ||
<pre> | <pre> | ||
building Nix... | |||
building the system configuration... | |||
</pre> | |||
<pre></pre> | |||
<pre> | |||
activating the configuration... | |||
setting up /etc... | |||
setting up tmpfiles | |||
</pre> | </pre> | ||