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 {
|
||||
type = types.str;
|
||||
type = types.lines;
|
||||
default = "";
|
||||
description = ''
|
||||
Extra configuration. Contents will be added verbatim to the
|
||||
|
|
Loading…
Reference in a new issue