Add matrix-authentication-service package to matrix host

This commit is contained in:
fi 2025-02-06 00:06:42 +01:00
parent 8055892683
commit c174f625c8

View file

@ -1,5 +1,9 @@
{ ... }:
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
matrix-authentication-service
syn2mas
];
services.matrix-synapse = {
enable = true;
settings = {