forked from kalipso/infrastructure
[vpn] enable ip_forward on servers
This commit is contained in:
@@ -63,6 +63,8 @@ in
|
||||
'';
|
||||
}
|
||||
];
|
||||
|
||||
boot.kernel.sysctl."net.ipv4.ip_forward" = mkIf (myPeer.role == "server") 1;
|
||||
|
||||
networking.wg-quick = {
|
||||
interfaces = {
|
||||
|
||||
Reference in New Issue
Block a user