lib types: remove deprecated string usage

This commit is contained in:
lassulus 2020-04-22 16:41:58 +02:00
parent 2b5db20b95
commit e82e91612b

View File

@ -65,7 +65,7 @@ rec {
extraZones = mkOption { extraZones = mkOption {
default = {}; default = {};
# TODO: string is either MX, NS, A or AAAA # TODO: string is either MX, NS, A or AAAA
type = attrsOf string; type = attrsOf str;
}; };
secure = mkOption { secure = mkOption {