2025-05-24 17:18:56 +02:00

12 lines
127 B
Nix

{
imports = [
./exchange.nix
];
services.taler = {
settings = {
taler.CURRENCY = "SCHPENN";
};
};
}