Add linodeeu configuration and tailscale update

This commit is contained in:
Greg Hellings
2023-04-18 05:17:33 +00:00
parent 3f6184bac9
commit b23b138ccc
4 changed files with 43 additions and 0 deletions
+4
View File
@@ -10,5 +10,9 @@ in {
config = lib.mkIf cfg.enable {
services.tailscale.enable = true;
networking.firewall.checkReversePath = "loose";
boot.kernel.sysctl = {
"net.ipv4.ip_forward" = "1";
"net.ipv6.conf.all.forwarding" = "1";
};
};
}