test
This commit is contained in:
parent
1a5466901a
commit
99c5c15d3f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue