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:
parent
dfbb2b37b5
commit
c005dc0e6b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue