mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
chore: adds secrets to flora
This commit is contained in:
parent
23e33d9423
commit
0be385f8a8
1 changed files with 23 additions and 0 deletions
|
|
@ -36,6 +36,29 @@
|
|||
"funkwhaleDjangoSecret" = { };
|
||||
"desecToken" = { };
|
||||
}
|
||||
else if (host == "flora") then
|
||||
{
|
||||
"systemMailerPassword" = { };
|
||||
"forgejoWorkerSecret" = { };
|
||||
"minioRootCredentials" = { };
|
||||
"atticdEnvironment" = { };
|
||||
"nextcloudPassword" = { };
|
||||
"gluetunEnvironment" = { };
|
||||
"matrixRegistrationSecret" = {
|
||||
owner = "matrix-synapse";
|
||||
};
|
||||
"matrixWhatsAppBridgeSecret" = {
|
||||
owner = "mautrix-signal";
|
||||
};
|
||||
"matrixSignalBridgeSecret" = {
|
||||
owner = "mautrix-whatsapp";
|
||||
};
|
||||
"smbLoginDetails" = { };
|
||||
"syncplay" = { };
|
||||
"funkwhaleDjangoSecret" = { };
|
||||
"desecToken" = { };
|
||||
"radicaleSecret" = { };
|
||||
}
|
||||
else if (host == "sakura") then
|
||||
{
|
||||
"systemMailerPassword" = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue