This commit is contained in:
2026-01-27 19:11:55 +00:00
parent 37cd721066
commit 3dd7840b06
2 changed files with 9 additions and 4 deletions

View File

@@ -11,9 +11,13 @@
nameservers = ["1.1.1.1"];
firewall = {
enable = true;
trustedInterfaces = ["tailscale0"];
allowedUDPPorts = [config.services.tailscale.port];
allowedTCPPorts = [22];
trustedInterfaces = ["eno1" "tailscale0"];
allowedUDPPorts = [
config.services.tailscale.port
];
allowedTCPPorts = [
22
];
checkReversePath = "loose";
};
};