machines: fort: Enable IPv4 forwarding

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-10-13 18:17:24 +02:00
parent a06a67cee1
commit 243e668be0
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -32,6 +32,8 @@ in {
device = "/dev/sda";
};
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
system.stateVersion = "23.05";
fileSystems."/" = {