Install NixOS on Online.Net: Difference between revisions

imported>Fadenb
m Syntax highlighting
imported>Samae
Add big missing pieces
Line 7: Line 7:
==Preparation==
==Preparation==


===Be root===
=== Be root===


No reason not to be:
No reason not to be:
Line 14: Line 14:
cd  
cd  
</syntaxhighlight>
</syntaxhighlight>
=== Create builders ===
<syntaxhighlight lang="bash">
groupadd nixbld
useradd nixbld1
useradd nixbld2
useradd nixbld3
useradd nixbld4
gpasswd -a nixbld1 nixbld
gpasswd -a nixbld2 nixbld
gpasswd -a nixbld3 nixbld
gpasswd -a nixbld4 nixbld
</syntaxhighlight>
=== Add missing packages ===
<syntaxhighlight lang="bash">
apt install bzip2 btrfs-tools
</syntaxhighlight>


===Change the UI language===
===Change the UI language===