nixos/mailman: types.string -> types.str
This commit is contained in:
parent
7782fcfffe
commit
27b459ce1e
|
@ -109,7 +109,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
webHosts = mkOption {
|
webHosts = mkOption {
|
||||||
type = types.listOf types.string;
|
type = types.listOf types.str;
|
||||||
default = [];
|
default = [];
|
||||||
description = ''
|
description = ''
|
||||||
The list of hostnames and/or IP addresses from which the Mailman Web
|
The list of hostnames and/or IP addresses from which the Mailman Web
|
||||||
|
|
Loading…
Reference in New Issue
Block a user