fix: obliterate firewall interna;;y
This commit is contained in:
parent
05bca5b139
commit
7b152ccd16
5 changed files with 16 additions and 24 deletions
|
|
@ -14,20 +14,19 @@
|
|||
};
|
||||
|
||||
networking = {
|
||||
firewall = {
|
||||
# enable = true;
|
||||
interfaces = {
|
||||
ygg0 = {
|
||||
allowedTCPPorts = [ 22 ];
|
||||
allowedUDPPorts = [ ];
|
||||
};
|
||||
};
|
||||
# firewall = {
|
||||
firewall.enable = false;
|
||||
# interfaces = {
|
||||
# ygg0 = {
|
||||
# allowedTCPPorts = [ 22 ];
|
||||
# allowedUDPPorts = [ ];
|
||||
# };
|
||||
# };
|
||||
|
||||
# Default deny policy for all interfaces (including ygg0)
|
||||
allowPing = false;
|
||||
allowedTCPPorts = [ ];
|
||||
allowedUDPPorts = [ ];
|
||||
};
|
||||
# # Default deny policy for all interfaces (including ygg0)
|
||||
# allowedTCPPorts = [ ];
|
||||
# allowedUDPPorts = [ ];
|
||||
# };
|
||||
dhcpcd.enable = false;
|
||||
useDHCP = false;
|
||||
useHostResolvConf = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue