updates
This commit is contained in:
parent
448b9e7439
commit
c5bc2e1a19
8 changed files with 221 additions and 184 deletions
|
@ -8,7 +8,6 @@ in {
|
|||
networking.interfaces.eth0.useDHCP = true;
|
||||
|
||||
# Better cache hits
|
||||
environment.noXlibs = lib.mkForce false;
|
||||
services = {
|
||||
elasticsearch = {
|
||||
enable = true;
|
||||
|
@ -84,6 +83,8 @@ in {
|
|||
|
||||
AUTHORIZED_FETCH = "true";
|
||||
|
||||
MAX_TOOT_CHARS = "8192";
|
||||
|
||||
# https://github.com/cybrespace/cybrespace-meta/blob/master/s3.md;
|
||||
# https://shivering-isles.com/Mastodon-and-Amazon-S3
|
||||
S3_ENABLED = "true";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue