Loading nixos/modules/image/repart.nix +24 −22 Original line number Diff line number Diff line Loading @@ -34,7 +34,8 @@ let }; }); default = { }; example = lib.literalExpression '' { example = lib.literalExpression '' { "/EFI/BOOT/BOOTX64.EFI".source = "''${pkgs.systemd}/lib/systemd/boot/efi/systemd-bootx64.efi"; Loading Loading @@ -96,7 +97,8 @@ in partitions = lib.mkOption { type = with lib.types; attrsOf (submodule partitionOptions); default = { }; example = lib.literalExpression '' { example = lib.literalExpression '' { "10-esp" = { contents = { "/EFI/BOOT/BOOTX64.EFI".source = Loading Loading
nixos/modules/image/repart.nix +24 −22 Original line number Diff line number Diff line Loading @@ -34,7 +34,8 @@ let }; }); default = { }; example = lib.literalExpression '' { example = lib.literalExpression '' { "/EFI/BOOT/BOOTX64.EFI".source = "''${pkgs.systemd}/lib/systemd/boot/efi/systemd-bootx64.efi"; Loading Loading @@ -96,7 +97,8 @@ in partitions = lib.mkOption { type = with lib.types; attrsOf (submodule partitionOptions); default = { }; example = lib.literalExpression '' { example = lib.literalExpression '' { "10-esp" = { contents = { "/EFI/BOOT/BOOTX64.EFI".source = Loading