From 27b459ce1e8b69cd545b9b32f00b1a84392fdcd9 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 11 Sep 2019 14:06:37 +0000 Subject: [PATCH] nixos/mailman: types.string -> types.str --- nixos/modules/services/mail/mailman.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/mail/mailman.nix b/nixos/modules/services/mail/mailman.nix index 15f5d75df8a..e917209f3d1 100644 --- a/nixos/modules/services/mail/mailman.nix +++ b/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