summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorScriptkiddi <fritz@otlinghaus.it>2021-01-27 10:38:56 +0100
committerCole Helbling <cole.e.helbling@outlook.com>2021-01-29 00:32:32 -0800
commit5f40e68c9cff72dfc8f4dca6ed66972409c647bc (patch)
tree099faf9ed1224dd4b1e282ae87f284afdd53c6d6 /nixos
parent9353ed0300b604f33fc70e80ea529d50881632e3 (diff)
nixos/consul: add types
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/consul.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/consul.nix b/nixos/modules/services/networking/consul.nix
index f7d2afead06c..bfaea4e167c2 100644
--- a/nixos/modules/services/networking/consul.nix
+++ b/nixos/modules/services/networking/consul.nix
@@ -99,6 +99,7 @@ in
extraConfig = mkOption {
default = { };
+ type = types.attrsOf types.anything;
description = ''
Extra configuration options which are serialized to json and added
to the config.json file.