Remove syn2mas package from matrix host

This commit is contained in:
fi 2025-07-19 01:22:45 +02:00
parent 0b59452424
commit 779e5767d8

View file

@ -72,10 +72,8 @@ in
{
environment.systemPackages = with pkgs; [
matrix-authentication-service
syn2mas
];
systemd.services.matrix-authentication-service = {
description = "Matrix Authentication Service";
after = [ "network-online.target" "postgresql.service" ];