From e82e91612b5e9f4d200619eb10fdfd1a8b560a9e Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 22 Apr 2020 16:41:58 +0200 Subject: lib types: remove deprecated string usage --- lib/types.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/types.nix b/lib/types.nix index ffae8c7b..5cd44b5e 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 { -- cgit v1.2.3