diff --git a/nixos/modules/image/repart.nix b/nixos/modules/image/repart.nix index 047142dc468a..7f53c62fecbe 100644 --- a/nixos/modules/image/repart.nix +++ b/nixos/modules/image/repart.nix @@ -228,7 +228,7 @@ in contents = { "/EFI/BOOT/BOOTX64.EFI".source = "''${pkgs.systemd}/lib/systemd/boot/efi/systemd-bootx64.efi"; - } + }; repartConfig = { Type = "esp"; Format = "vfat";