summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-31 15:12:52 +0100
committerGitHub <noreply@github.com>2021-01-31 15:12:52 +0100
commitf6b78c163c580062ffba00389d6fd4e99931855d (patch)
tree65373c1206ca47cc379a4e1c098ae5138c4e9f40
parent1b77b735ea70c3dfbdab3eaa79aee48d75d3e162 (diff)
parentc3edcddb5e14a4dff4874ccdba336021e8c26240 (diff)
Merge pull request #111433 from helsinki-systems/rippled
nixos/rippled: add extraConfig type
-rw-r--r--nixos/modules/services/misc/rippled.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/rippled.nix b/nixos/modules/services/misc/rippled.nix
index ef34e3a779f0..2fce3b9dc94c 100644
--- a/nixos/modules/services/misc/rippled.nix
+++ b/nixos/modules/services/misc/rippled.nix
@@ -389,6 +389,7 @@ in
extraConfig = mkOption {
default = "";
+ type = types.lines;
description = ''
Extra lines to be added verbatim to the rippled.cfg configuration file.
'';