mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-02-23 09:04:54 +01:00
12 lines
127 B
Nix
12 lines
127 B
Nix
![]() |
{
|
||
|
imports = [
|
||
|
./exchange.nix
|
||
|
];
|
||
|
|
||
|
services.taler = {
|
||
|
settings = {
|
||
|
taler.CURRENCY = "SCHPENN";
|
||
|
};
|
||
|
};
|
||
|
}
|