shill: Add Terraria server
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 7m4s
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 7m4s
This commit is contained in:
@@ -224,6 +224,11 @@ rec {
|
||||
# dst = aa.simpcraft-oci.internal.ipv4.address;
|
||||
# }
|
||||
|
||||
{
|
||||
port = 7777;
|
||||
dst = aa.gam.internal.ipv4.address;
|
||||
}
|
||||
|
||||
{
|
||||
port = 2456;
|
||||
dst = aa.valheim-oci.internal.ipv4.address;
|
||||
@@ -273,6 +278,12 @@ rec {
|
||||
dst = aa.qclk.internal.ipv4.address;
|
||||
proto = "udp";
|
||||
}
|
||||
|
||||
{
|
||||
port = 7777;
|
||||
dst = aa.gam.internal.ipv4.address;
|
||||
proto = "udp";
|
||||
}
|
||||
];
|
||||
|
||||
fstrimConfig = {
|
||||
|
||||
Reference in New Issue
Block a user