fix: element things

This commit is contained in:
2026-06-05 10:55:51 +00:00
parent c50d274ae1
commit a30d1a93dd
4 changed files with 73 additions and 0 deletions
@@ -76,6 +76,18 @@ in {
defaults.email = "security@bfs.band";
};
# NOTE(yukkop): this host gets an IPv6 route via RA, but object storage
# fetches to hel1.your-objectstorage.com currently stall over IPv6 while
# IPv4 works. Synapse's S3 media backend uses getaddrinfo ordering, so
# prefer IPv4 here to keep Element media downloads responsive.
environment.etc."gai.conf".text = ''
precedence ::ffff:0:0/96 100
'';
systemd.services.matrix-synapse.restartTriggers = [
config.environment.etc."gai.conf".source
];
services.nginx = {
enable = true;
+1
View File
@@ -263,6 +263,7 @@ in {
in [
#python-ai
git
hectic.hiddify-core
neovim
wget
ethtool