Open firewall ports to host server for vintagestory
This commit is contained in:
parent
83c01a421d
commit
7266e9976a
6
dotfiles/nixos/desktop/services/vintagestory.nix
Normal file
6
dotfiles/nixos/desktop/services/vintagestory.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ ... }: {
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 42420 ];
|
||||
allowedUDPPorts = [ 42420 ];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user