nixos/whale2: Add graeme
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 6m31s
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 6m31s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user