nixos/evcc: remove absolute path literals (#513212)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user