Skip to content

Commit

Permalink
nixos/mailman: types.string -> types.str
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed Sep 11, 2019
1 parent 7782fcf commit 27b459c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/mail/mailman.nix
Expand Up @@ -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
Expand Down

0 comments on commit 27b459c

Please sign in to comment.