lib types: remove deprecated string usage

This commit is contained in:
lassulus 2020-04-22 16:41:58 +02:00
parent 2b5db20b95
commit e82e91612b
1 changed files with 1 additions and 1 deletions

View File

@ -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 {