diff --git a/hosts/merope/default.nix b/hosts/merope/default.nix index 6f56791c..035ecdb2 100644 --- a/hosts/merope/default.nix +++ b/hosts/merope/default.nix @@ -35,11 +35,11 @@ in wakeOnLan.enable = true; ipv4.addresses = [{ - address = "192.168.77.10"; + address = "192.168.77.11"; prefixLength = 24; }]; ipv6.addresses = [{ - address = "2804:14d:8084:a484:ffff:ffff:ffff:ffff"; + address = "2804:14d:8084:a484::1"; prefixLength = 64; }]; }; diff --git a/hosts/merope/minecraft.nix b/hosts/merope/minecraft.nix index 4400a270..42c7de9b 100644 --- a/hosts/merope/minecraft.nix +++ b/hosts/merope/minecraft.nix @@ -31,8 +31,8 @@ networking.firewall = { # Minecraft, RCON allowedTCPPorts = [ 25565 25575 ]; - # GeyserMC, PlasmoVoice - allowedUDPPorts = [ 19132 60606 ]; + # GeyserMC + allowedUDPPorts = [ 19132 ]; }; environment.persistence = lib.mkIf persistence {