From 8fe546c3fe4af3fb6f556eebf3637d980df582fd Mon Sep 17 00:00:00 2001 From: fi Date: Sun, 18 Jan 2026 17:39:39 +0100 Subject: [PATCH] Enable MAS admin cli --- config/hosts/matrix/matrix-authentication-service.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/hosts/matrix/matrix-authentication-service.nix b/config/hosts/matrix/matrix-authentication-service.nix index 3e307f7..e13bdd9 100644 --- a/config/hosts/matrix/matrix-authentication-service.nix +++ b/config/hosts/matrix/matrix-authentication-service.nix @@ -33,6 +33,17 @@ let }]; proxy_protocol = false; } + { + name = "admin"; + resources = [{ + name = "adminapi"; + }]; + binds = [{ + host = "localhost"; + port = 8083; + }]; + proxy_protocol = false; + } ]; trusted_proxies = [ "192.168.0.0/16"