Install NixOS on Hetzner Online: Difference between revisions
imported>2mol No edit summary |
imported>Mic92 make bootstrap shorter |
||
| Line 86: | Line 86: | ||
<syntaxHighlight> | <syntaxHighlight> | ||
# Create a user, because the nix installer | # Create a user, because the nix installer | ||
useradd | useradd -m -s /bin/bash foo | ||
install -d -m700 -o foo /nix | |||
su - foo | su - foo | ||
# Install Nix | # Install Nix | ||