rtl: add option extraCurrency

This commit is contained in:
Erik Arvstedt 2021-11-26 15:13:37 +01:00
parent 62a2602e78
commit 10a744a598
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 18 additions and 1 deletions

View file

@ -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;