From 4c64fa224eca82883088852914fa8fd28789dc32 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Tue, 10 Nov 2020 10:29:18 +0100 Subject: nixos/loki: mergeable configuration type.attrs is not mergable --- nixos/modules/services/monitoring/loki.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/monitoring/loki.nix') diff --git a/nixos/modules/services/monitoring/loki.nix b/nixos/modules/services/monitoring/loki.nix index d5e7beeb043..51cabaa274a 100644 --- a/nixos/modules/services/monitoring/loki.nix +++ b/nixos/modules/services/monitoring/loki.nix @@ -39,7 +39,7 @@ in { }; configuration = mkOption { - type = types.attrs; + type = (pkgs.formats.json {}).type; default = {}; description = '' Specify the configuration for Loki in Nix. -- cgit 1.4.1