mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
gaming: init more
This commit is contained in:
13
configs/gaming.nix
Normal file
13
configs/gaming.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.zeroad
|
||||
pkgs.mari0
|
||||
pkgs.luanti # fka minetest
|
||||
];
|
||||
networking.firewall = {
|
||||
# for 0ad multiplayer
|
||||
allowedTCPPorts = [ 20595 ];
|
||||
allowedUDPPorts = [ 20595 ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user