diff --git a/docs/Getting Started/NixOS/Root on ZFS/2-system-installation.rst b/docs/Getting Started/NixOS/Root on ZFS/2-system-installation.rst index 8b20707..0c3ad69 100644 --- a/docs/Getting Started/NixOS/Root on ZFS/2-system-installation.rst +++ b/docs/Getting Started/NixOS/Root on ZFS/2-system-installation.rst @@ -128,6 +128,3 @@ System Installation mkdir -p /mnt/boot/efis/${i##*/}-part1 mount -t vfat ${i}-part1 /mnt/boot/efis/${i##*/}-part1 done - - mkdir -p /mnt/boot/efi - mount -t vfat $(echo $DISK | cut -f1 -d\ )-part1 /mnt/boot/efi diff --git a/docs/Getting Started/NixOS/Root on ZFS/3-system-configuration.rst b/docs/Getting Started/NixOS/Root on ZFS/3-system-configuration.rst index e696390..e969d0a 100644 --- a/docs/Getting Started/NixOS/Root on ZFS/3-system-configuration.rst +++ b/docs/Getting Started/NixOS/Root on ZFS/3-system-configuration.rst @@ -28,8 +28,10 @@ System Configuration sed -i '/boot.loader/d' /mnt/etc/nixos/configuration.nix sed -i '/services.xserver/d' /mnt/etc/nixos/configuration.nix + tee -a /mnt/etc/nixos/zfs.nix <