mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -13,5 +13,14 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
}];
|
}];
|
||||||
services.tailscale = { enable = true; };
|
services.tailscale = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
networking.firewall = {
|
||||||
|
trustedInterfaces = [ "tailscale0" ];
|
||||||
|
# required to connect to Tailscale exit nodes
|
||||||
|
checkReversePath = "loose";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user