nixos/consul: add types

This commit is contained in:
Scriptkiddi 2021-01-27 10:38:56 +01:00 committed by Cole Helbling
parent 9353ed0300
commit 5f40e68c9c

View file

@ -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.