remove routing kernel

This commit is contained in:
Leon Vita 2022-11-17 16:17:00 +00:00
parent 9ae97dffb7
commit b6eb71333d
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@
# enable IP routing
boot.kernel.sysctl."net.ipv4.conf.all.forwarding" = 1;
boot.kernel.sysctl."net.ipv4.conf.default.forwarding" = 1;
networking.firewall = {
allowedTCPPorts = [ 80 443 22 53 14000 14500 15000 ];