feat: set correct owner for matrix-synapse key

This commit is contained in:
Ahwx 2025-07-30 14:37:35 +02:00
parent a042d3790d
commit 525b24ac25

View file

@ -3,6 +3,7 @@
inputs, inputs,
username, username,
host, host,
config,
... ...
}: }:
{ {
@ -17,7 +18,9 @@
{ {
"systemMailerPassword" = { }; "systemMailerPassword" = { };
"forgejoWorkerSecret" = { }; "forgejoWorkerSecret" = { };
"matrixRegistrationSecret" = { }; "matrixRegistrationSecret" = {
owner = "matrix-synapse";
};
} }
else if (host == "sakura") then else if (host == "sakura") then
{ {