rtl: add option extraCurrency
This commit is contained in:
parent
62a2602e78
commit
10a744a598
2 changed files with 18 additions and 1 deletions
|
|
@ -67,6 +67,7 @@ let
|
|||
nix-bitcoin.generateSecretsCmds.rtl = mkIf cfg.rtl.enable (mkForce ''
|
||||
echo a > rtl-password
|
||||
'');
|
||||
services.rtl.extraCurrency = mkDefault "CHF";
|
||||
|
||||
tests.spark-wallet = cfg.spark-wallet.enable;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue