nixos/loki: mergeable configuration
type.attrs is not mergable
This commit is contained in:
parent
88d1da8e5d
commit
4c64fa224e
@ -39,7 +39,7 @@ in {
|
||||
};
|
||||
|
||||
configuration = mkOption {
|
||||
type = types.attrs;
|
||||
type = (pkgs.formats.json {}).type;
|
||||
default = {};
|
||||
description = ''
|
||||
Specify the configuration for Loki in Nix.
|
||||
|
Loading…
Reference in New Issue
Block a user