nixos/evcc: remove absolute path literals (#513212)

This commit is contained in:
Martin Weinelt
2026-04-24 23:02:41 +00:00
committed by GitHub
@@ -41,7 +41,7 @@ in
environmentFile = mkOption {
type = nullOr path;
default = null;
example = /run/keys/evcc;
example = "/run/keys/evcc";
description = ''
File with environment variables to pass into the runtime environment.