mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 07:15:07 -05:00
update merope addresses, remove plasmo voice
This commit is contained in:
@@ -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;
|
||||
}];
|
||||
};
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
networking.firewall = {
|
||||
# Minecraft, RCON
|
||||
allowedTCPPorts = [ 25565 25575 ];
|
||||
# GeyserMC, PlasmoVoice
|
||||
allowedUDPPorts = [ 19132 60606 ];
|
||||
# GeyserMC
|
||||
allowedUDPPorts = [ 19132 ];
|
||||
};
|
||||
|
||||
environment.persistence = lib.mkIf persistence {
|
||||
|
||||
Reference in New Issue
Block a user