···6363 description = ''
6464 A list of profiles used to setup the global environment.
6565 '';
6666- type = types.listOf types.string;
6666+ type = types.listOf types.str;
6767 };
68686969 environment.profileRelativeEnvVars = mkOption {
+1-1
nixos/modules/misc/assertions.nix
···2121 warnings = mkOption {
2222 internal = true;
2323 default = [];
2424- type = types.listOf types.string;
2424+ type = types.listOf types.str;
2525 example = [ "The `foo' service is deprecated and will go away soon!" ];
2626 description = ''
2727 This option allows modules to show warnings to users during
+2-2
nixos/modules/programs/ssh.nix
···2727 programs.ssh = {
28282929 askPassword = mkOption {
3030- type = types.string;
3030+ type = types.str;
3131 default = "${pkgs.x11_ssh_askpass}/libexec/x11-ssh-askpass";
3232 description = ''Program used by SSH to ask for passwords.'';
3333 };
···7777 };
78787979 agentTimeout = mkOption {
8080- type = types.nullOr types.string;
8080+ type = types.nullOr types.str;
8181 default = null;
8282 example = "1h";
8383 description = ''
+1-1
nixos/modules/security/ca.nix
···3333 };
34343535 security.pki.certificates = mkOption {
3636- type = types.listOf types.string;
3636+ type = types.listOf types.str;
3737 default = [];
3838 example = singleton ''
3939 NixOS.org
+1-1
nixos/modules/services/logging/logcheck.nix
···192192193193 extraGroups = mkOption {
194194 default = [];
195195- type = types.listOf types.string;
195195+ type = types.listOf types.str;
196196 example = [ "postdrop" "mongodb" ];
197197 description = ''
198198 Extra groups for the logcheck user, for example to be able to use sendmail,
···118118 };
119119120120 appendNameservers = mkOption {
121121- type = types.listOf types.string;
121121+ type = types.listOf types.str;
122122 default = [];
123123 description = ''
124124 A list of name servers that should be appended
···127127 };
128128129129 insertNameservers = mkOption {
130130- type = types.listOf types.string;
130130+ type = types.listOf types.str;
131131 default = [];
132132 description = ''
133133 A list of name servers that should be inserted before