nixos/loki: mergeable configuration

type.attrs is not mergable
This commit is contained in:
Jörg Thalheim 2020-11-10 10:29:18 +01:00
parent 88d1da8e5d
commit 4c64fa224e
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -39,7 +39,7 @@ in {
};
configuration = mkOption {
type = types.attrs;
type = (pkgs.formats.json {}).type;
default = {};
description = ''
Specify the configuration for Loki in Nix.