On Thu Aug 4, 2022 at 5:40 PM BST, Gottfried wrote: > (bootloader > (bootloader-configuration > (bootloader grub-efi-bootloader) > (target "/boot/efi") You'll want to just change this to:
(bootloader (bootloader-configuration (bootloader grub-efi-bootloader) (targets (list "/boot/efi")))) > (swap-devices > (list (uuid "51d5cd20-4513-4a02-9e35-df4338eccaa0"))) and this to: (swap-devices (list (swap-space (target (uuid "51d5cd20-4513-4a02-9e35-df4338eccaa0"))))) -- (