From fc39be67aff16ec3a4f0ff3b6ec56e55c38582d7 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Tue, 17 Feb 2026 17:52:43 +0100 Subject: [PATCH] fix typo --- hosts/matrix/synapse.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/matrix/synapse.nix b/hosts/matrix/synapse.nix index 5b02be3..0b0d26e 100644 --- a/hosts/matrix/synapse.nix +++ b/hosts/matrix/synapse.nix @@ -66,7 +66,7 @@ }; }; extraConfigFiles = [ - config.age.secrets.matrix_db_password.path; + config.age.secrets.matrix_db_password.path ]; enableRegistrationScript = true; };