NixOS Installation Guide: Difference between revisions

imported>Rtpg
m Fix up formatting of list
imported>Fufexan
m Remove incorrect "only simple on uefi" from Swap file
Line 142: Line 142:
* sudo mount /dev/disk/by-label/NIXBOOT /mnt/boot
* sudo mount /dev/disk/by-label/NIXBOOT /mnt/boot


== Swap file (only simple on uefi) ==
== Swap file ==
* sudo dd if=/dev/zero of=/mnt/.swapfile bs=1024 count=2097152 (2GB size)
* sudo dd if=/dev/zero of=/mnt/.swapfile bs=1024 count=2097152 (2GB size)
* sudo chmod 600 /mnt/.swapfile
* sudo chmod 600 /mnt/.swapfile