Merge pull request #301919 from uninsane/pr-mautrix-meta-typo
nixos/mautrix-meta: fix lax enable check
This commit is contained in:
commit
eb8b2b0903
@ -302,7 +302,7 @@ in {
|
||||
};
|
||||
|
||||
config = lib.mkMerge [
|
||||
(lib.mkIf (enabledInstances != []) {
|
||||
(lib.mkIf (enabledInstances != {}) {
|
||||
assertions = lib.mkMerge (lib.attrValues (lib.mapAttrs (name: cfg: [
|
||||
{
|
||||
assertion = cfg.settings.homeserver.domain != "" && cfg.settings.homeserver.address != "";
|
||||
|
Loading…
Reference in New Issue
Block a user