Refactor directory structure
This commit is contained in:
9
modules/system/hardware/firewall.nix
Normal file
9
modules/system/hardware/firewall.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 53317 ];
|
||||
allowedUDPPorts = [ 53317 ];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user