shill: Add Terraria server
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 7m4s

This commit is contained in:
2026-02-09 00:06:13 +00:00
parent 8d1f4d51d0
commit de9762b272
10 changed files with 189 additions and 75 deletions

View File

@@ -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 = {