Update NixOS installation guide
parent
6be53b8594
commit
00091d260b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ I used [this guide](https://nixos.wiki/wiki/Wil_T_Nix_Guides) so it should be st
|
||||||
fdisk /dev/sdx
|
fdisk /dev/sdx
|
||||||
<.../>
|
<.../>
|
||||||
|
|
||||||
mkfs.fat -F 32 -l NIXBOOT /dev/sdx1
|
mkfs.fat -F 32 -n NIXBOOT /dev/sdx1
|
||||||
mkswap -L SWAP /dev/sdx2
|
mkswap -L SWAP /dev/sdx2
|
||||||
mkfs.ext4 -L NIXROOT /dev/sdx3
|
mkfs.ext4 -L NIXROOT /dev/sdx3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue