From da62791e105eda4f28aa41a56c16c7084697c803 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 11 Jan 2020 20:27:01 +0100 Subject: tinc_graphs: add default config value --- krebs/3modules/tinc_graphs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/krebs/3modules/tinc_graphs.nix b/krebs/3modules/tinc_graphs.nix index 486a0c9c..33a24871 100644 --- a/krebs/3modules/tinc_graphs.nix +++ b/krebs/3modules/tinc_graphs.nix @@ -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. -- cgit v1.2.3