Merge pull request #111433 from helsinki-systems/rippled

nixos/rippled: add extraConfig type
This commit is contained in:
Sandro 2021-01-31 15:12:52 +01:00 committed by GitHub
commit f6b78c163c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.
'';