spec(library): add allowed port
This commit is contained in:
parent
57d6945faf
commit
cf10c385b4
1 changed files with 1 additions and 0 deletions
|
@ -32,5 +32,6 @@
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "kvm-intel" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
boot.kernelParams = [ "console=ttyS0,115200n8" ];
|
boot.kernelParams = [ "console=ttyS0,115200n8" ];
|
||||||
|
networking.firewall.allowedTCPPorts = [ 25565 ];
|
||||||
environment.systemPackages = with pkgs; [ python3 ];
|
environment.systemPackages = with pkgs; [ python3 ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue