fix: obliterate firewall interna;;y
All checks were successful
/ check (push) Successful in 57s
/ deploy (push) Has been skipped

This commit is contained in:
Jermeiah S 2025-06-23 20:01:24 -04:00
parent 05bca5b139
commit 7b152ccd16
No known key found for this signature in database
5 changed files with 16 additions and 24 deletions

View file

@ -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;