From 525b24ac25668834048a61347d4fa12245b28083 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 30 Jul 2025 14:37:35 +0200 Subject: [PATCH] feat: set correct owner for `matrix-synapse` key --- modules/core/sops.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/core/sops.nix b/modules/core/sops.nix index ddb6ee7..1e4847a 100644 --- a/modules/core/sops.nix +++ b/modules/core/sops.nix @@ -3,6 +3,7 @@ inputs, username, host, + config, ... }: { @@ -17,7 +18,9 @@ { "systemMailerPassword" = { }; "forgejoWorkerSecret" = { }; - "matrixRegistrationSecret" = { }; + "matrixRegistrationSecret" = { + owner = "matrix-synapse"; + }; } else if (host == "sakura") then {