lib types: remove deprecated string usage
This commit is contained in:
parent
2b5db20b95
commit
e82e91612b
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user