diff options
author | sefidel <contact@sefidel.net> | 2023-02-07 02:29:56 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-07 02:29:56 +0900 |
commit | ee89dcea57a36e856b53fa178284a7f80d3a4839 (patch) | |
tree | 470257480b2d76f19fde3a5e171f405db789877b /nixos/cobalt | |
parent | d1a53add4e9f3cebb1a0a73136a29d57345ecb69 (diff) | |
download | nixrc-ee89dcea57a36e856b53fa178284a7f80d3a4839.tar.gz nixrc-ee89dcea57a36e856b53fa178284a7f80d3a4839.zip |
feat(nixos/cobalt): akkoma: title at -> on
Diffstat (limited to 'nixos/cobalt')
-rw-r--r-- | nixos/cobalt/services/akkoma.nix | 2 |
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"; |