Unverified Commit 25f28463 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

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

parents b8d65844 6de4d04f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = "";
      };