summary refs log tree commit diff
path: root/nixos/modules/services/networking/consul.nix
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/modules/services/networking/consul.nix
parent9353ed0300b604f33fc70e80ea529d50881632e3 (diff)
downloadnixpkgs-5f40e68c9cff72dfc8f4dca6ed66972409c647bc.tar
nixpkgs-5f40e68c9cff72dfc8f4dca6ed66972409c647bc.tar.gz
nixpkgs-5f40e68c9cff72dfc8f4dca6ed66972409c647bc.tar.bz2
nixpkgs-5f40e68c9cff72dfc8f4dca6ed66972409c647bc.tar.lz
nixpkgs-5f40e68c9cff72dfc8f4dca6ed66972409c647bc.tar.xz
nixpkgs-5f40e68c9cff72dfc8f4dca6ed66972409c647bc.tar.zst
nixpkgs-5f40e68c9cff72dfc8f4dca6ed66972409c647bc.zip
nixos/consul: add types
Diffstat (limited to 'nixos/modules/services/networking/consul.nix')
-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 f7d2afead06..bfaea4e167c 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.