spec(eientei): add minecraft services

This commit is contained in:
514fpv 2024-06-03 11:05:58 +08:00
parent 276635951a
commit 9e97ffb3ac
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 95 additions and 1 deletions

View file

@ -42,6 +42,5 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
networking.firewall.allowedTCPPorts = [ 25565 ];
environment.systemPackages = with pkgs; [ python3 ];
}