Skip to content

Commit

Permalink
Merge pull request #53 from DrymarchonShaun/feat-clock-timezone
Browse files Browse the repository at this point in the history
Add clock.timezone to support clock.offset = "timezone"
  • Loading branch information
AshleyYakeley authored Aug 27, 2024
2 parents c5519d6 + e0a3d6b commit 07c9fb5
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 @@ -200,6 +200,7 @@ let
(subelem "clock"
[
(subattr "offset" typeString)
(subattr "timezone" typeString)
]
[
(subelem "timer"
Expand Down

0 comments on commit 07c9fb5

Please sign in to comment.