From be289c7cefcd9d05929f7b4b56f56ceb9bcf6455 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 14:23:14 +0200 Subject: [PATCH] typo in akkoma 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 82c34ab..a57d93b 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -73,7 +73,7 @@ in ]; }; ":configurable_from_database" = false; - "frontend_configurations" = { + ":frontend_configurations" = { "pleroma_fe" = { "theme" = "${theme}"; };