summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2020-04-22 16:41:58 +0200
committerlassulus <lassulus@lassul.us>2020-04-22 16:41:58 +0200
commite82e91612b5e9f4d200619eb10fdfd1a8b560a9e (patch)
tree5998cd1f4ec3cc0f2830376d257630844e60db6e /lib
parent2b5db20b95a30cbf3f31baae406fd5b915828573 (diff)
lib types: remove deprecated string usage
Diffstat (limited to 'lib')
-rw-r--r--lib/types.nix2
1 files changed, 1 insertions, 1 deletions
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 {