From 917e741b7f54d297466806aefea0cd113ee9df9d Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Wed, 4 Feb 2026 11:21:35 -0600 Subject: [PATCH] rg_filter --- hosts/vps/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/vps/hardware-configuration.nix b/hosts/vps/hardware-configuration.nix index f68c714..f18071b 100644 --- a/hosts/vps/hardware-configuration.nix +++ b/hosts/vps/hardware-configuration.nix @@ -9,6 +9,7 @@ kernelModules = [ ]; extraModulePackages = [ ]; kernelParams = [ "console=ttyS0,19200n8" ]; + kernel.sysctl."net.ipv4.conf.wg0.rp_filter" = 0; initrd.availableKernelModules = [ "virtio_pci" "virtio_scsi"