diff options
author | stuebinm | 2023-05-04 15:17:28 +0200 |
---|---|---|
committer | stuebinm | 2023-05-04 15:17:28 +0200 |
commit | 964c8ad9c06eb6a23d4d590c7aec6e2e6eaed47c (patch) | |
tree | 40e937373b2e1e68d2262ee5d528a2226e32e48a /flora | |
parent | 6a938e39cf64eb2445c514512ba9c5c1041608de (diff) |
akkoma: add TOS
Diffstat (limited to 'flora')
-rw-r--r-- | flora/services/akkoma.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/flora/services/akkoma.nix b/flora/services/akkoma.nix index 5c9f338..e3aed9d 100644 --- a/flora/services/akkoma.nix +++ b/flora/services/akkoma.nix @@ -70,6 +70,11 @@ in }; }; + extraStatic."static/terms-of-service.html" = pkgs.writeText "terms-of-service-html" '' + <p>toki!</p> + <p>lawa kepeken pi tomo akkoma ni li lili: sina li mi la, sina ken kepeken e tomo ni.</p> + ''; + config = { ":pleroma"."Pleroma.Web.Endpoint" = { "url" = { host = "pleroma.stuebinm.eu"; scheme = "https"; port = 443; }; |