From 72e0ccf47113b41a36e673615bbf25aa8d0ec758 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 19:38:28 +0200 Subject: [PATCH] matched name to fe config --- hosts/sisyphe/features/services/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index a0402e9..4bc91df 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -58,7 +58,7 @@ in }; ":configurable_from_database" = false; ":frontend_configurations" = { - "pleroma_fe" = { + "primary" = { "theme" = "${theme}"; }; };