akko akko uwu try 16

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-11-04 18:18:06 -04:00
parent 1773cbd5ef
commit 7c272f751e
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
let vhost = "akko.within.website"; let vhost = "akko.within.website";
in { in {
services.akkoma = { services.akkoma = {
enable = false; enable = true;
config = let inherit ((pkgs.formats.elixirConf { }).lib) mkRaw mkMap; config = let inherit ((pkgs.formats.elixirConf { }).lib) mkRaw mkMap;
in { in {
":pleroma"."Pleroma.Web.Endpoint".url.host = vhost; ":pleroma"."Pleroma.Web.Endpoint".url.host = vhost;
@ -57,8 +57,8 @@ in {
}; };
nginx = { nginx = {
enableACME = false; enableACME = true;
forceSSL = false; forceSSL = true;
}; };
}; };