first commit
This commit is contained in:
commit
21737592da
27 changed files with 744 additions and 0 deletions
9
servers/common/firewall.nix
Normal file
9
servers/common/firewall.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 80 443 1004 666 ];
|
||||
allowedUDPPorts = [ 80 443 1004 666 ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue