From f4fcabee1a5a27cf303cd211ed10a8dcd6bd0efd Mon Sep 17 00:00:00 2001 From: David Wronek Date: Fri, 23 Jan 2026 16:13:32 +0100 Subject: [PATCH] nixos/image: fix typo in repart.nix --- nixos/modules/image/repart.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";