Regenerated
This commit is contained in:
+352
-348
File diff suppressed because it is too large
Load Diff
@@ -1527,6 +1527,10 @@ This sets the firewall.
|
|||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
filterForward = false; # don't filter forwarded traffic
|
||||||
|
# outbound is allowed by default UNLESS you've set:
|
||||||
|
extraOutputRules = ""; # make sure nothing blocks output
|
||||||
|
|
||||||
# LAN-only ports — Wi-Fi interface
|
# LAN-only ports — Wi-Fi interface
|
||||||
interfaces."wlan0" = {
|
interfaces."wlan0" = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
|
|||||||
@@ -8,6 +8,10 @@
|
|||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
filterForward = false; # don't filter forwarded traffic
|
||||||
|
# outbound is allowed by default UNLESS you've set:
|
||||||
|
extraOutputRules = ""; # make sure nothing blocks output
|
||||||
|
|
||||||
# LAN-only ports — Wi-Fi interface
|
# LAN-only ports — Wi-Fi interface
|
||||||
interfaces."wlan0" = {
|
interfaces."wlan0" = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
|
|||||||
Reference in New Issue
Block a user