From 5fdbe34741188aedbdc0500da56569dc779f01f0 Mon Sep 17 00:00:00 2001 From: Avery Date: Fri, 18 Jul 2025 13:57:30 +0000 Subject: [PATCH] Add Santos_H to minecraft whitelist --- hosts/greatyamada/services/minecraft/default.nix | 6 +++++- hosts/greatyamada/services/minecraft/players.nix | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/greatyamada/services/minecraft/default.nix b/hosts/greatyamada/services/minecraft/default.nix index 5e12c7e..e3e8998 100644 --- a/hosts/greatyamada/services/minecraft/default.nix +++ b/hosts/greatyamada/services/minecraft/default.nix @@ -100,7 +100,11 @@ in { }; files = { "ops.json".value = playersToOps (with players; [ engullejamones ]); - "whitelist.json".value = with players; [ engullejamones dankoszz ]; + "whitelist.json".value = with players; [ + engullejamones + dankoszz + Santos_H + ]; }; }; }; diff --git a/hosts/greatyamada/services/minecraft/players.nix b/hosts/greatyamada/services/minecraft/players.nix index 1d8d565..e1465aa 100644 --- a/hosts/greatyamada/services/minecraft/players.nix +++ b/hosts/greatyamada/services/minecraft/players.nix @@ -8,4 +8,5 @@ builtins.listToAttrs (map (player: { [ "engullejamones" "b65a1bc3-c6a0-4e8c-99b8-3538cfec0cfc" ] [ "dankoszz" "87b47db0-4dd3-469c-8dfd-c21095dadd93" ] + [ "Santos_H" "6bbfc884-43e0-48b6-81d3-bb52654db44d" ] ])