Follow upstream master branch, it's their new default #14

Merged
teutat3s merged 27 commits from refs/pull/14/head into master 2021-09-07 14:37:24 +00:00
Showing only changes of commit 32bddf6403 - Show all commits

View file

@ -20,7 +20,7 @@ partition to `/mnt/boot`:
```console
$ mount /dev/disk/by-label/nixos /mnt
$ mkdir -p /mnt/boot && mount /dev/disk/by-label/boot /mnt/boot # UEFI only
$ swapon /dev/$your_swap_partition
$ swapon /dev/disk/by-label/swap
# add some extra space to the store, it's running on a tmpfs on your RAM
$ mkdir -p /mnt/tmpstore/{work,store}
$ mount -t overlay overlay -olowerdir=/nix/store,upperdir=/mnt/tmpstore/store,workdir=/mnt/tmpstore/work /nix/store