chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
2 changed files with 7 additions and 3 deletions
Showing only changes of commit ed69c97fa8 - Show all commits

6
flake.lock generated
View file

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

View file

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