[vpn] enable ip_forward on servers
All checks were successful
Evaluate Hydra Jobs / eval-hydra-jobs (push) Successful in 3m50s

This commit is contained in:
2025-01-14 15:40:22 +01:00
parent c6c7fe5a57
commit aaf1e280fc

View File

@@ -63,6 +63,8 @@ in
'';
}
];
boot.kernel.sysctl."net.ipv4.ip_forward" = mkIf (myPeer.role == "server") 1;
networking.wg-quick = {
interfaces = {