Skip to content

Commit

Permalink
generate-xml: domain: add serial number support
Browse files Browse the repository at this point in the history
  • Loading branch information
matdibu committed Oct 5, 2024
1 parent 1d5c17c commit 4d1daba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate-xml/domain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ let
(subelem "readonly" [ ] [ ])
addresselem
(subelem "boot" [ (subattr "order" typeInt) ] [ ])
(subelem "serial" [ ] typeString)
]
)
)
Expand Down

0 comments on commit 4d1daba

Please sign in to comment.