1
1
Fork 0

games: open abiotic-factor udp ports

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-03-09 16:27:46 -05:00
parent 786532a291
commit 94f81f1add
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -18,6 +18,11 @@ in {
7777
27015
];
allowedUDPPorts = optionals cfg.abiotic-factor [
7777
27015
];
};
};
}