mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
nixos/mailman: types.string -> types.str
This commit is contained in:
parent
7782fcfffe
commit
27b459ce1e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user