Skip to content

Commit

Permalink
Merge pull request #73 from nyawox/rom
Browse files Browse the repository at this point in the history
add rom option to hostdev
  • Loading branch information
AshleyYakeley authored Nov 23, 2024
2 parents a958474 + 34b0263 commit a4d99a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions generate-xml/domain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,13 @@ let
]
)
(subelem "boot" [ (subattr "order" typeInt) ] [ ])
(subelem "rom"
[
(subattr "bar" typeBoolOnOff)
(subattr "enabled" typeBoolYesNo)
(subattr "file" typePath)
] [ ]
)
addresselem
]
)
Expand Down

0 comments on commit a4d99a3

Please sign in to comment.