mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
disabled subnets
This commit is contained in:
parent
7dd0e90312
commit
547b0df57a
|
@ -2,9 +2,10 @@
|
|||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
useRoutingFeatures = "server";
|
||||
# useRoutingFeatures = "server";
|
||||
};
|
||||
|
||||
/*
|
||||
services.networkd-dispatcher = {
|
||||
enable = true;
|
||||
rules."50-tailscale" = {
|
||||
|
@ -14,4 +15,5 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue