about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-07 02:29:56 +0900
committersefidel <contact@sefidel.net>2023-02-07 02:29:56 +0900
commitee89dcea57a36e856b53fa178284a7f80d3a4839 (patch)
tree470257480b2d76f19fde3a5e171f405db789877b /nixos
parentd1a53add4e9f3cebb1a0a73136a29d57345ecb69 (diff)
downloadnixrc-ee89dcea57a36e856b53fa178284a7f80d3a4839.tar.gz
nixrc-ee89dcea57a36e856b53fa178284a7f80d3a4839.zip
feat(nixos/cobalt): akkoma: title at -> on
Diffstat (limited to 'nixos')
-rw-r--r--nixos/cobalt/services/akkoma.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/cobalt/services/akkoma.nix b/nixos/cobalt/services/akkoma.nix
index fc183fc..c390e7d 100644
--- a/nixos/cobalt/services/akkoma.nix
+++ b/nixos/cobalt/services/akkoma.nix
@@ -24,7 +24,7 @@ in
       ":pleroma"."Pleroma.Web.Endpoint".url.host = "social.sefidel.com";
       ":pleroma".":media_proxy".enabled = false;
       ":pleroma".":instance" = {
-        name = "Akkoma at sefidel";
+        name = "Akkoma on sefidel";
         description = "Private akkoma instance";
         email = poorObfuscation "sefidel.com" "postmaster";
         notify_email = poorObfuscation "sefidel.com" "postmaster";