diff options
-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; }; |