feat: fix nginx and matrix config

This commit is contained in:
Katharina Heidenreich 2026-03-14 13:01:06 +01:00
parent 4863ab05f5
commit d5254af7dd
3 changed files with 9 additions and 2 deletions

View file

@ -17,5 +17,8 @@ rec {
"https://download.kiwix.org/zim/wikipedia/wikipedia_de_all_nopic_2026-01.zim"
];
};
matrix = {
trusted_servers = [ "matrix.org" ];
};
}