mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-19 05:39:34 +01:00
17 lines
513 B
Nix
17 lines
513 B
Nix
|
{
|
||
|
services.akkoma.enable = true;
|
||
|
services.akkoma.config = {
|
||
|
":pleroma" = {
|
||
|
":instance" = {
|
||
|
name = "e^akkoma + 1 = 0";
|
||
|
description = "the cuntiest french akkoma instance<3. centres d'intérêts : la mode, les sciences, la musique. mais ça ne vous empêche pas de parler de n'importe quoi! join us !";
|
||
|
email = "admin@babychou.me";
|
||
|
registration_open = false;
|
||
|
};
|
||
|
|
||
|
"Pleroma.Web.Endpoint" = {
|
||
|
url.host = "fish.hypervirtual.word";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
}
|