diff options
| -rw-r--r-- | lib/types.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/types.nix b/lib/types.nix index ffae8c7bc..5cd44b5e9 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -65,7 +65,7 @@ rec {        extraZones = mkOption {          default = {};          # TODO: string is either MX, NS, A or AAAA -        type = attrsOf string; +        type = attrsOf str;        };        secure = mkOption { | 
