nixos/solitary: Add florp.social to local bubble
This commit is contained in:
parent
6f2aed0410
commit
699f4bf16b
1 changed files with 3 additions and 0 deletions
|
@ -140,6 +140,9 @@ in {
|
|||
user_name_length = 64;
|
||||
max_account_fields = 8;
|
||||
cleanup_attachments = true;
|
||||
local_bubble = [
|
||||
"florp.social"
|
||||
];
|
||||
};
|
||||
|
||||
"Pleroma.Web.Endpoint" = {
|
||||
|
|
Loading…
Reference in a new issue