nixos/loki: mergeable configuration

type.attrs is not mergable
This commit is contained in:
Jörg Thalheim
2020-11-10 10:49:25 +01:00
parent 88d1da8e5d
commit 4c64fa224e
+1 -1
View File
@@ -39,7 +39,7 @@ in {
}; };
configuration = mkOption { configuration = mkOption {
type = types.attrs; type = (pkgs.formats.json {}).type;
default = {}; default = {};
description = '' description = ''
Specify the configuration for Loki in Nix. Specify the configuration for Loki in Nix.