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