update merope addresses, remove plasmo voice

This commit is contained in:
Gabriel Fontes
2022-03-29 16:55:54 -03:00
parent 3610ee674b
commit d5d2555a4b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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;
}];
};
+2 -2
View File
@@ -31,8 +31,8 @@
networking.firewall = {
# Minecraft, RCON
allowedTCPPorts = [ 25565 25575 ];
# GeyserMC, PlasmoVoice
allowedUDPPorts = [ 19132 60606 ];
# GeyserMC
allowedUDPPorts = [ 19132 ];
};
environment.persistence = lib.mkIf persistence {