From 0be385f8a8e203087aaab20da15f47758e8bd6e2 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 24 May 2026 20:54:29 +0200 Subject: [PATCH] chore: adds secrets to `flora` --- modules/core/sops.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/modules/core/sops.nix b/modules/core/sops.nix index 93ec1fe..899b8a1 100644 --- a/modules/core/sops.nix +++ b/modules/core/sops.nix @@ -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" = { };