mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-02-22 16:44:53 +01:00
12 lines
127 B
Nix
12 lines
127 B
Nix
{
|
|
imports = [
|
|
./exchange.nix
|
|
];
|
|
|
|
services.taler = {
|
|
settings = {
|
|
taler.CURRENCY = "SCHPENN";
|
|
};
|
|
};
|
|
}
|