Routing features

This commit is contained in:
Daniel Flanagan 2023-08-30 23:08:40 -05:00
parent a07d3189b2
commit d4e05dd02d
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 1 additions and 1 deletions

View File

@ -398,6 +398,7 @@
services.tailscale = {
enable = true;
useRoutingFeatures = "server";
};
services.jellyfin = {
@ -586,7 +587,6 @@
networking.firewall = {
enable = true;
allowPing = true;
checkReversePath = "loose"; # needed for tailscale?
};
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;