Evcc
services.evcc.enable
Whether to enable EVCC, the extensible EV Charge Controller with PV integration.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/home-automation/evcc.nix
services.evcc.extraArgs
Extra arguments to pass to the evcc executable.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/home-automation/evcc.nix
services.evcc.settings
evcc configuration as a Nix attribute set.
Check for possible options in the sample [evcc.dist.yaml](https://github.com/andig/evcc/blob/0.128.3/evcc.dist.yaml].
Type: YAML value
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/home-automation/evcc.nix