firewall tweaks
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user