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