12 lines
127 B
Nix
12 lines
127 B
Nix
|
{
|
||
|
imports = [
|
||
|
./exchange.nix
|
||
|
];
|
||
|
|
||
|
services.taler = {
|
||
|
settings = {
|
||
|
taler.CURRENCY = "SCHPENN";
|
||
|
};
|
||
|
};
|
||
|
}
|