nixos/whale2: Add graeme
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 6m31s

This commit is contained in:
2026-02-16 22:49:22 +00:00
parent 0a8ad18de8
commit 3aa873d52a
6 changed files with 54 additions and 0 deletions

View File

@@ -217,6 +217,10 @@ rec {
port = 25568;
dst = aa.kinkcraft-oci.internal.ipv4.address;
}
{
port = 25569;
dst = aa.graeme-oci.internal.ipv4.address;
}
# RCON... unsafe?
# {
@@ -261,6 +265,11 @@ rec {
dst = aa.kinkcraft-oci.internal.ipv4.address;
proto = "udp";
}
{
port = 25569;
dst = aa.graeme-oci.internal.ipv4.address;
proto = "udp";
}
{
port = 15636;