From 779e5767d8337b826a5a865086803c6fcee33e5f Mon Sep 17 00:00:00 2001 From: fi Date: Sat, 19 Jul 2025 01:22:45 +0200 Subject: [PATCH] Remove syn2mas package from matrix host --- config/hosts/matrix/matrix-authentication-service.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/hosts/matrix/matrix-authentication-service.nix b/config/hosts/matrix/matrix-authentication-service.nix index 8c8ce91..53674ad 100644 --- a/config/hosts/matrix/matrix-authentication-service.nix +++ b/config/hosts/matrix/matrix-authentication-service.nix @@ -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" ];