force hosts file on mastodon
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vivian 2023-05-22 14:04:40 +02:00
parent a6859caa56
commit 502f2b0735
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";