clear fedi module

This commit is contained in:
twoneis 2025-02-08 16:02:55 +01:00
parent 6efa1dde3a
commit 1bf0ff35fc

View file

@ -2,29 +2,4 @@
inherit (lib) mkIf; inherit (lib) mkIf;
inherit (config) conf; inherit (config) conf;
in mkIf conf.fedi.enable { in mkIf conf.fedi.enable {
services = {
akkoma = {
enable = true;
user = "akkoma";
config = {
":pleroma" = {
":instance" = {
name = "mira on fedi";
description = "miras fedi instance";
email = "mira.cp.0909@gmail.com";
registration_open = true;
};
"Pleroma.Web.Endpoint" = {
url.host = "fedi.twoneis.site";
};
};
};
nginx = {
serverName = "fedi.twoneis.site";
useACMEHost = "twoneis.site";
forceSSL = true;
};
};
};
} }