added akkoma support

This commit is contained in:
chloe 2025-05-21 22:00:09 +02:00
parent 87d77ebf6c
commit 07494b34e7
2 changed files with 4 additions and 3 deletions

View file

@ -10,8 +10,9 @@
}; };
"Pleroma.Web.Endpoint" = { "Pleroma.Web.Endpoint" = {
url.host = "fish.hypervirtual.word"; url.host = "eepy.rougebordeaux.xyz";
}; };
}; };
}; };
} }

View file

@ -1,7 +1,7 @@
{ config, ... }: { config, ... }:
{ {
imports = [ imports = [
# ./akkoma.nix ./akkoma.nix
./archivebox.nix ./archivebox.nix
./homelab-dashboard.nix ./homelab-dashboard.nix
./nextcloud.nix ./nextcloud.nix