Skip to content

Commit

Permalink
Change type of option and default value
Browse files Browse the repository at this point in the history
  • Loading branch information
glanch authored and j-brn committed Apr 10, 2024
1 parent 7468636 commit a9c6ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/libvirtd/domain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,8 @@ let
};

devicesExtraXml = mkOption {
type = types.str;
type = types.lines;
default = "";
description = mdDoc ''
Extra raw XML that is added to <devices> section
'';
Expand Down

0 comments on commit a9c6ade

Please sign in to comment.