Maybe this sets up the exchange idk....

This commit is contained in:
Daniel Olsen
2024-11-16 00:13:55 +01:00
committed by System administrator
parent 767d233dd6
commit 4dfaf52220
6 changed files with 145 additions and 68 deletions

View File

@@ -0,0 +1,11 @@
{
imports = [
./exchange.nix
];
services.taler = {
settings = {
taler.CURRENCY = "SCHPENN";
};
};
}