lmao
This commit is contained in:
parent
98e3efd719
commit
3483fc64e9
|
@ -27,14 +27,15 @@ in {
|
||||||
package = pkgs.akkoma;
|
package = pkgs.akkoma;
|
||||||
extraStatic = {
|
extraStatic = {
|
||||||
"emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg;
|
"emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg;
|
||||||
"static/terms-of-service.html" = pkgs.writeText "terms-of-service.html" ''
|
"static/terms-of-service.html" =
|
||||||
<h1>Rules</h1>
|
pkgs.writeText "terms-of-service.html" ''
|
||||||
<ol>
|
<h1>Rules</h1>
|
||||||
|
<ol>
|
||||||
<li>No NSFW <b><i>at all</i></b></li>
|
<li>No NSFW <b><i>at all</i></b></li>
|
||||||
<li>try not to get this server blacklisted thanks :)</li>
|
<li>try not to get this server blacklisted thanks :)</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
Instance is invite only because I don't know how many users this will handle, if you know any contact methods for the admin go ask him for an invite.
|
Instance is invite only because I don't know how many users this will handle, if you know any contact methods for the admin go ask him for an invite.
|
||||||
…
|
…
|
||||||
'';
|
'';
|
||||||
# "favicon.png" = let
|
# "favicon.png" = let
|
||||||
|
@ -54,8 +55,6 @@ Instance is invite only because I don't know how many users this will handle, if
|
||||||
# rsvg-convert -o $out -w 96 -h 96 $src
|
# rsvg-convert -o $out -w 96 -h 96 $src
|
||||||
# '';
|
# '';
|
||||||
};
|
};
|
||||||
}
|
|
||||||
;
|
|
||||||
extraPackages =
|
extraPackages =
|
||||||
builtins.attrValues { inherit (pkgs) ffmpeg exiftool imagemagick; };
|
builtins.attrValues { inherit (pkgs) ffmpeg exiftool imagemagick; };
|
||||||
frontends = {
|
frontends = {
|
||||||
|
|
Loading…
Reference in a new issue