0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Tor module: append redundant specifications of 'extraConfig', via 'types.lines'.

This commit is contained in:
vi 2014-12-11 14:23:48 +00:00
parent dfbb2b37b5
commit c005dc0e6b

View file

@ -58,7 +58,7 @@ in
}; };
extraConfig = mkOption { extraConfig = mkOption {
type = types.str; type = types.lines;
default = ""; default = "";
description = '' description = ''
Extra configuration. Contents will be added verbatim to the Extra configuration. Contents will be added verbatim to the