From 07494b34e77542e3da1d5c5a47c43ed44a1fcce5 Mon Sep 17 00:00:00 2001 From: harry123 Date: Wed, 21 May 2025 22:00:09 +0200 Subject: [PATCH] added akkoma support --- hosts/sisyphe/features/services/akkoma.nix | 5 +++-- hosts/sisyphe/features/services/default.nix | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index be07131..e84ab93 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -10,8 +10,9 @@ }; "Pleroma.Web.Endpoint" = { - url.host = "fish.hypervirtual.word"; + url.host = "eepy.rougebordeaux.xyz"; }; }; }; -} \ No newline at end of file +} + diff --git a/hosts/sisyphe/features/services/default.nix b/hosts/sisyphe/features/services/default.nix index 24575b2..9b82b19 100644 --- a/hosts/sisyphe/features/services/default.nix +++ b/hosts/sisyphe/features/services/default.nix @@ -1,7 +1,7 @@ { config, ... }: { imports = [ - # ./akkoma.nix + ./akkoma.nix ./archivebox.nix ./homelab-dashboard.nix ./nextcloud.nix