Merge pull request #111433 from helsinki-systems/rippled
nixos/rippled: add extraConfig type
This commit is contained in:
commit
f6b78c163c
1 changed files with 1 additions and 0 deletions
|
@ -389,6 +389,7 @@ in
|
||||||
|
|
||||||
extraConfig = mkOption {
|
extraConfig = mkOption {
|
||||||
default = "";
|
default = "";
|
||||||
|
type = types.lines;
|
||||||
description = ''
|
description = ''
|
||||||
Extra lines to be added verbatim to the rippled.cfg configuration file.
|
Extra lines to be added verbatim to the rippled.cfg configuration file.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue