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