1
0
mirror of https://github.com/materusPL/nixos-config synced 2025-07-12 09:34:24 +02:00

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
configurations/host/valkyrie

@ -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;