change akkoma config, update lock file

This commit is contained in:
Daniel Kauss Serna 2026-05-19 06:39:55 +02:00
parent a0d19a672e
commit 63444f2728
3 changed files with 16 additions and 10 deletions

View file

@ -1,6 +1,8 @@
This is the kemonomimi.pet akkoma instance!!<br><br> <div class="tos-content">
Im am leinna, the admin and only user of this instance<br><br> This is the kemonomimi.pet akkoma instance!!<br><br>
Hosted on a not very powerful nixos machine, if you have any problem with how it is configured pls let me know<br><br> Im am leinna, the admin and only user of this instance<br><br>
If you want to go back to the homepage here is a link: <a href="https://kemonomimi.pet/">kemonomimi.pet</a><br><br> Hosted on a not very powerful nixos machine, if you have any problem with how it is configured pls let me know<br><br>
The background image is an edited version of the triangulum galaxy captured by the VLT Survey Telescope in chile. <a href="https://www.eso.org/public/images/eso1424a/">Here is the source</a><br><br> If you want to go back to the homepage here is a link: <a href="https://kemonomimi.pet/">kemonomimi.pet</a><br><br>
Have a good day! &gt;~&lt; The background image is an edited version of the triangulum galaxy captured by the VLT Survey Telescope in chile. <a href="https://www.eso.org/public/images/eso1424a/">Here is the source</a><br><br>
Have a good day! &gt;~&lt;
</div>

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1769900590, "lastModified": 1778737229,
"narHash": "sha256-I7Lmgj3owOTBGuauy9FL6qdpeK2umDoe07lM4V+PnyA=", "narHash": "sha256-6xWoytx8jFW4PF1GjRm/i/53trbpKGfz6zjzQGBr4cI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "41e216c0ca66c83b12ab7a98cc326b5db01db646", "rev": "d7a713c0b7e47c908258e71cba7a2d77cc8d71d5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -8,7 +8,8 @@ let
hideFilteredStatuses = false; hideFilteredStatuses = false;
hideMutedPosts = false; hideMutedPosts = false;
hidePostStats = false; hidePostStats = false;
hideSitename = false; hideSiteName = true;
hideSiteFavicon = true;
hideUserStats = false; hideUserStats = false;
loginMethod = "password"; loginMethod = "password";
logo = "/static/logo.png"; logo = "/static/logo.png";
@ -19,6 +20,7 @@ let
postContentType = "text/plain"; postContentType = "text/plain";
redirectRootLogin = "/main/friends"; redirectRootLogin = "/main/friends";
redirectRootNoLogin = "/main/all"; redirectRootNoLogin = "/main/all";
sensitiveByDefault = false;
showFeaturesPanel = true; showFeaturesPanel = true;
showInstanceSpecificPanel = true; showInstanceSpecificPanel = true;
sidebarRight = false; sidebarRight = false;
@ -57,6 +59,8 @@ in
registrations_open = false; registrations_open = false;
healthcheck = true; healthcheck = true;
allow_relay = true; allow_relay = true;
upload_limit = "10G";
max_pinned_statuses = 20;
public = true; public = true;
}; };