rtl: add option extraCurrency

This commit is contained in:
Erik Arvstedt
2021-11-29 13:22:44 +01:00
parent 62a2602e78
commit 10a744a598
2 changed files with 18 additions and 1 deletions
+1
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;