firewall tweaks

This commit is contained in:
Danilo Reyes
2026-02-05 18:25:45 -06:00
parent 6079e6446c
commit c50c98e7b2
2 changed files with 34 additions and 23 deletions

View File

@@ -9,7 +9,10 @@
kernelModules = [ ];
extraModulePackages = [ ];
kernelParams = [ "console=ttyS0,19200n8" ];
kernel.sysctl."net.ipv4.conf.wg0.rp_filter" = 0;
kernel.sysctl = {
"net.ipv4.ip_forward" = 1;
"net.ipv4.conf.wg0.rp_filter" = 0;
};
initrd.availableKernelModules = [
"virtio_pci"
"virtio_scsi"