From 66f4a8a8f51ad89d067c0556a0db6f70f933a285 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 25 May 2026 13:53:57 -0300 Subject: [PATCH] chore(services,minecraft-servers): update modpack --- flake.lock | 8 ++++---- services/minecraft-servers.nix | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index f5e99ab..7cb17cb 100644 --- a/flake.lock +++ b/flake.lock @@ -95,11 +95,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1778871140, - "narHash": "sha256-bItwEEbCZVK0WUqn6I8nAa46NzIxmb1n2dPnH+Aeq5s=", + "lastModified": 1779563912, + "narHash": "sha256-g3nD9EAIaz/iQUO7ld4/7Cgn9EEa5BWtFGLaRh104nU=", "ref": "refs/heads/main", - "rev": "448fb36d0c9a76c3d636b9b8f94b9cabb3d17990", - "revCount": 11, + "rev": "8c0d74be89894896f95486330a0e1df54d40d6b5", + "revCount": 13, "type": "git", "url": "https://code.capytal.cc/sixsides/favelasmp" }, diff --git a/services/minecraft-servers.nix b/services/minecraft-servers.nix index 2860da2..c47f2c6 100644 --- a/services/minecraft-servers.nix +++ b/services/minecraft-servers.nix @@ -39,7 +39,7 @@ in { "velocity.toml".value = (importTOML (pkgs.fetchurl { url = "https://github.com/PaperMC/Velocity/raw/refs/heads/dev/3.0.0/proxy/src/main/resources/default-velocity.toml"; - hash = "sha256-bymzTBLn4rRajUWg74NE7i0nVY2ezTqzBaDq+iaQPR4="; + hash = "sha256-WyTnwvR/JBR1ZP/cg7WTKjKzSTHli+m1N4DBpD6YWb4="; })) // { advanced = { @@ -215,9 +215,8 @@ in { attachments = []; }; in - # (collectFilesAt modpack "config") - # // { - { + collectFilesAt modpack "config" + // { "whitelist.json" = config.sops.secrets."services/minecraft/favelasmp-whitelist".path; "ops.json" =