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

wip/yesman
Alyssa Ross 5 years ago
parent 7782fcfffe
commit 27b459ce1e
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0
  1. 2
      nixos/modules/services/mail/mailman.nix

@ -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…
Cancel
Save