Merged networking folder into core and services

This commit is contained in:
Jurn Wubben 2025-05-24 14:13:58 +02:00
parent 1aaed31ae1
commit 3360f30690
6 changed files with 3 additions and 6 deletions

View file

@ -0,0 +1,13 @@
{
networking.firewall = {
trustedInterfaces = ["tailscale0"];
# required to connect to Tailscale exit nodes
checkReversePath = "loose";
};
# inter-machine VPN
services.tailscale = {
enable = true;
openFirewall = true;
};
}