nixos/bind: set type of zones.*.extraConfig to lines (#346424)

This commit is contained in:
h7x4
2024-10-05 21:07:26 +02:00
committed by GitHub
+1 -1
View File
@@ -45,7 +45,7 @@ let
default = [ "any" ];
};
extraConfig = lib.mkOption {
type = lib.types.str;
type = lib.types.lines;
description = "Extra zone config to be appended at the end of the zone section.";
default = "";
};