valkyrie: wireguard changes

This commit is contained in:
Mateusz Słodkowicz 2024-08-30 17:10:33 +02:00
parent 5c9fb14d41
commit 4452704de0
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
boot.initrd.availableKernelModules = [ "ata_piix" "virtio_pci" "floppy" "sr_mod" "virtio_blk" ];
boot.initrd.kernelModules = [ ];
boot.kernel.sysctl = { "net.ipv4.ip_forward" = 1; };
boot.kernel.sysctl = { "net.ipv4.ip_forward" = 1; "net.ipv6.conf.all.forwarding" = 1; };
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
boot.tmp.useTmpfs = true;