diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,7 @@ Failure to do so will result in a locked system. ## Installation + 1. Creating the installation media ```sh # Acquire latest nixos-unstable build @@ -19,6 +20,7 @@ Failure to do so will result in a locked system. # Write the image to flash drive cp nixos.iso /dev/sdX ``` + 2. Boot into the live installation. 3. Switch to root: `sudo su -` |
