Skip to content

Commit

Permalink
nixos/traefik: guard example path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Oct 4, 2017
1 parent d7d3125 commit c2c843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-servers/traefik.nix
Expand Up @@ -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.
Expand Down

0 comments on commit c2c843a

Please sign in to comment.