diff --git a/docs/Getting Started/NixOS/Root on ZFS/2-system-configuration.rst b/docs/Getting Started/NixOS/Root on ZFS/2-system-configuration.rst index d603554..86836e7 100644 --- a/docs/Getting Started/NixOS/Root on ZFS/2-system-configuration.rst +++ b/docs/Getting Started/NixOS/Root on ZFS/2-system-configuration.rst @@ -339,8 +339,9 @@ System Configuration grub.zfsSupport = true; # for systemd-autofs grub.extraPrepareConfig = '' - mkdir -p /boot/efis + mkdir -p /boot/efis /boot/efi for i in /boot/efis/*; do mount $i ; done + mount /boot/efi ''; grub.extraInstallCommands = '' export ESP_MIRROR=$(mktemp -d -p /tmp)