Update matrix.nix
All checks were successful
Deploy NixOS / deploy (push) Successful in 38s

This commit is contained in:
2026-02-13 00:12:55 -07:00
parent 9c419d1f95
commit 3ea2e7eaaa

View File

@@ -80,7 +80,6 @@ in
systemd.services.lk-jwt-service.environment.LIVEKIT_FULL_ACCESS_HOMESERVERS = serverName;
# Allow LiveKit to read ACME TLS certs for built-in TURN server
systemd.services.livekit.serviceConfig.SupplementaryGroups = [ "acme" ];
systemd.services.livekit.after = [ "acme-${matrixRtcDomain}.service" ];
systemd.services.livekit.requires = [ "acme-${matrixRtcDomain}.service" ];