force hosts file on mastodon

This commit is contained in:
Vivian 2023-05-22 14:04:40 +02:00
parent ff73e16df3
commit 05789285de
2 changed files with 19 additions and 15 deletions

View file

@ -10,6 +10,10 @@ in {
# Better cache hits
environment.noXlibs = lib.mkForce false;
networking.hosts = {
"83.128.154.23" = [ "xirion.net" "o.xirion.net" "hades.xirion.net" ];
};
services.elasticsearch = {
enable = true;
cluster_name = "mastodon-es";