2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 03:08:11 +00:00

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

This commit is contained in:
h7x4 2024-10-05 21:07:26 +02:00 committed by GitHub
commit 25f2846361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = "";
};