nixos/rippled: add extraConfig type

This commit is contained in:
Fritz Otlinghaus 2021-01-31 12:10:14 +01:00
parent 4015c5ca9c
commit c3edcddb5e
No known key found for this signature in database
GPG key ID: 1E5F98946FB1444E

View file

@ -389,6 +389,7 @@ in
extraConfig = mkOption {
default = "";
type = types.lines;
description = ''
Extra lines to be added verbatim to the rippled.cfg configuration file.
'';