nixos/solitary: Add florp.social to local bubble
Some checks are pending
nix flake check / check (aarch64-linux) (push) Waiting to run
nix flake check / check (x86_64-linux) (push) Waiting to run

This commit is contained in:
Mikael 2024-11-01 16:56:28 +01:00
parent 6f2aed0410
commit 699f4bf16b
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -140,6 +140,9 @@ in {
user_name_length = 64; user_name_length = 64;
max_account_fields = 8; max_account_fields = 8;
cleanup_attachments = true; cleanup_attachments = true;
local_bubble = [
"florp.social"
];
}; };
"Pleroma.Web.Endpoint" = { "Pleroma.Web.Endpoint" = {