mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: set correct owner for matrix-synapse key
This commit is contained in:
parent
a042d3790d
commit
525b24ac25
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue