nixos/consul: add types

wip/yesman
Scriptkiddi 3 years ago committed by Cole Helbling
parent 9353ed0300
commit 5f40e68c9c
  1. 1
      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.

Loading…
Cancel
Save