nixos/mailman: types.string -> types.str

This commit is contained in:
Alyssa Ross 2019-09-11 14:06:37 +00:00
parent 7782fcfffe
commit 27b459ce1e
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -109,7 +109,7 @@ in {
};
webHosts = mkOption {
type = types.listOf types.string;
type = types.listOf types.str;
default = [];
description = ''
The list of hostnames and/or IP addresses from which the Mailman Web