nixos/traefik: guard example path
This commit is contained in:
parent
d7d3125ba8
commit
c2c843adf7
@ -21,7 +21,7 @@ in {
|
||||
|
||||
configFile = mkOption {
|
||||
default = null;
|
||||
example = /path/to/config.toml;
|
||||
example = literalExample "/path/to/config.toml";
|
||||
type = types.nullOr types.path;
|
||||
description = ''
|
||||
Path to verbatim traefik.toml to use.
|
||||
|
Loading…
Reference in New Issue
Block a user