From 5f40e68c9cff72dfc8f4dca6ed66972409c647bc Mon Sep 17 00:00:00 2001 From: Scriptkiddi Date: Wed, 27 Jan 2021 10:38:56 +0100 Subject: [PATCH] nixos/consul: add types --- nixos/modules/services/networking/consul.nix | 1 + 1 file changed, 1 insertion(+) 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.