mirror of
https://github.com/dali99/nixos-matrix-modules.git
synced 2025-09-14 04:52:48 +02:00
introduce matrix-lib
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{ matrix-lib }:
|
||||
{ pkgs, lib, config, ... }:
|
||||
let
|
||||
cfg = config.services.matrix-synapse-next;
|
||||
@@ -31,7 +32,7 @@ in
|
||||
imports = [
|
||||
./nginx.nix
|
||||
(import ./workers.nix {
|
||||
inherit throw' format matrix-synapse-common-config pluginsEnv;
|
||||
inherit matrix-lib throw' format matrix-synapse-common-config pluginsEnv;
|
||||
})
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user