Merge remote-tracking branch 'origin/main'
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vivian 2023-05-22 14:08:27 +02:00
commit ed69c97fa8
2 changed files with 7 additions and 3 deletions

View file

@ -946,11 +946,11 @@
},
"nur": {
"locked": {
"lastModified": 1684744323,
"narHash": "sha256-qv0LR5mQuoywkc77laylJ/sGdRxZ72kOxVcDdqDvzyw=",
"lastModified": 1684755885,
"narHash": "sha256-nm81eT3Bd4lnyoM4ZJenuEPVQWNwQqDsS1v5bgrFnDE=",
"owner": "nix-community",
"repo": "NUR",
"rev": "514585e6daba663fe9e7f511d4d0cb61a63173ce",
"rev": "1ef9cd145b519027ac6161be3dbf5823401321b1",
"type": "github"
},
"original": {

View file

@ -14,6 +14,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";