mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
7
hosts/server/firewall.nix
Normal file
7
hosts/server/firewall.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 22 ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user