nixos/image: fix typo in repart.nix

This commit is contained in:
David Wronek
2026-01-23 16:14:46 +01:00
parent d921fdff7f
commit f4fcabee1a
+1 -1
View File
@@ -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";