1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

0ad: add config

This commit is contained in:
2025-10-02 18:33:54 +02:00
parent ff3ba9047f
commit 427df80396
2 changed files with 9 additions and 0 deletions

8
configs/0ad.nix Normal file
View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.zeroad ];
networking.firewall = {
allowedTCPPorts = [ 20595 ];
allowedUDPPorts = [ 20595 ];
};
}