tinc_graphs: add default config value
This commit is contained in:
parent
5642a076de
commit
da62791e10
|
@ -37,6 +37,7 @@ let
|
|||
|
||||
anonymous = mkOption {
|
||||
type = types.attrsOf types.unspecified;
|
||||
default = {};
|
||||
description = ''
|
||||
nginx virtualHost options to be merged into the anonymous graphs
|
||||
vhost entry.
|
||||
|
|
Loading…
Reference in a new issue