From d3ee901ebde7efa672dab15fa24ddec341ff14a6 Mon Sep 17 00:00:00 2001 From: Xe Date: Fri, 4 Nov 2022 17:52:10 -0400 Subject: [PATCH] fix??? Signed-off-by: Xe --- hosts/akko/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/akko/akkoma.nix b/hosts/akko/akkoma.nix index abbd4e9..d4abcdc 100644 --- a/hosts/akko/akkoma.nix +++ b/hosts/akko/akkoma.nix @@ -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;