chore: enable ipv4 forward explicitly

This commit is contained in:
oddlama 2024-10-28 12:08:21 +01:00
parent cde4da7e51
commit a4fdeb37ea
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -4,6 +4,7 @@
lib,
...
}: {
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
networking.hostId = config.repo.secrets.local.networking.hostId;
globals.monitoring.ping.ward = {