This commit is contained in:
iFargle 2023-12-06 14:55:57 +09:00
parent 1a5466901a
commit 99c5c15d3f

View file

@ -53,7 +53,9 @@
boot.kernel.sysctl = { boot.kernel.sysctl = {
"net.ipv4.ip_forward" = true; "net.ipv4.ip_forward" = true;
}; };
environment.systemPackages = with pkgs; [
iproute2
];
# Forward mail port 25 to sysctl.io / linode # Forward mail port 25 to sysctl.io / linode
networking.firewall.extraCommands = '' networking.firewall.extraCommands = ''
ip route add table 25 0.0.0.0/0 dev wireguard0 ip route add table 25 0.0.0.0/0 dev wireguard0