Commit f4fcabee authored by David Wronek's avatar David Wronek
Browse files

nixos/image: fix typo in repart.nix

parent d921fdff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";