Update velocity
This commit is contained in:
parent
8bd5d3c0c8
commit
ef085e32f1
|
@ -27,6 +27,7 @@
|
|||
type nat hook prerouting priority dstnat; policy accept;
|
||||
tcp dport 2211 dnat to ${outputs.ips.pc}:22 comment "SSH to PC"
|
||||
tcp dport 2233 dnat to ${outputs.ips.wgSpan}.3:22 comment "SSH to Oracle VM"
|
||||
tcp dport 2255 dnat to ${outputs.ips.vm}:22 comment "SSH to VM"
|
||||
|
||||
udp dport { 27005, 27015, 7777 } dnat to ${outputs.ips.pc} comment "PC Hosted Games"
|
||||
|
||||
|
|
|
@ -7,12 +7,12 @@ in {
|
|||
jvmOpts = "-Xmx512M";
|
||||
symlinks = {
|
||||
"plugins/Geyser.jar" = builtins.fetchurl {
|
||||
url = "https://download.geysermc.org/v2/projects/geyser/versions/2.4.2/builds/660/downloads/velocity";
|
||||
sha256 = "09z938v6xrgbiba8rxgi7cdh3xxkv9fdampy15k6fmwddmj9y4a2";
|
||||
url = "https://download.geysermc.org/v2/projects/geyser/versions/2.4.3/builds/688/downloads/velocity";
|
||||
sha256 = "0gmsr2pspjklnshrrm7ril8c669gsac4v9ck4n6j85p0dp6aizql";
|
||||
};
|
||||
"plugins/Floodgate.jar" = builtins.fetchurl {
|
||||
url = "https://download.geysermc.org/v2/projects/floodgate/versions/2.2.3/builds/109/downloads/velocity";
|
||||
sha256 = "1hxdf38qzpzdnyn2gn1152fyd54bi37i0ayc82dgcjf0qrcbmv0c";
|
||||
url = "https://download.geysermc.org/v2/projects/floodgate/versions/2.2.3/builds/112/downloads/velocity";
|
||||
sha256 = "1cbb9qdlk9nw2q1vchq4fq553qxqi49268pg46b426wsa1yxjqa9";
|
||||
};
|
||||
"plugins/LuckPerms.jar" = builtins.fetchurl {
|
||||
url = "https://download.luckperms.net/1556/velocity/LuckPerms-Velocity-5.4.141.jar";
|
||||
|
|
Loading…
Reference in a new issue