From a9c6adebddba43e6e0a603a50959ff1dc509409d Mon Sep 17 00:00:00 2001 From: "49610590+glanch@users.noreply.github.com" <49610590+glanch@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:59:09 +0200 Subject: [PATCH] Change type of option and default value --- modules/libvirtd/domain.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/libvirtd/domain.nix b/modules/libvirtd/domain.nix index 66b9d4f..86249f1 100644 --- a/modules/libvirtd/domain.nix +++ b/modules/libvirtd/domain.nix @@ -531,7 +531,8 @@ let }; devicesExtraXml = mkOption { - type = types.str; + type = types.lines; + default = ""; description = mdDoc '' Extra raw XML that is added to section '';