feat: Use macmini as subnet router

This commit is contained in:
uttarayan21
2025-06-04 15:40:52 +05:30
parent a0f717dcb0
commit 4680cb2e59
2 changed files with 17 additions and 13 deletions

View File

@@ -1,5 +1,9 @@
{...}: {
services.tailscale = {
enable = true;
services = {
tailscale = {
enable = true;
useRoutingFeatures = "both";
extraUpFlags = ["--advertise-routes=192.168.0.0/24"];
};
};
}