Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-11-04 17:52:10 -04:00
parent af5f79bb48
commit d3ee901ebd
1 changed files with 1 additions and 1 deletions

View File

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