forked from nico/dots
nixos: block all ports on the firewall
This commit is contained in:
parent
0c44f58311
commit
f5d55c6a60
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,11 @@
|
|||
# Networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
# Firewall
|
||||
networking.firewall.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ ];
|
||||
networking.firewall.allowedUDPPorts = [ ];
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Australia/Sydney";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue