Former-commit-id: adecf1bc29
This commit is contained in:
Hadi
2024-06-19 23:39:30 +02:00
parent cc45eda3ef
commit 8137ebfd99
2 changed files with 13 additions and 14 deletions

View File

@@ -1,14 +1,13 @@
{config, ...}:{
{
services.tailscale = {
enable = true;
useRoutingFeatures = "both";
authKeyFile = "/etc/tailscale/authKey";
openFirewall = true;
extraUpFlags = [ "--advertise-exit-node" ];
};
services.tailscale = {
enable = true;
useRoutingFeatures = "both";
authKeyFile = "/etc/tailscale/authKey";
openFirewall = true;
extraUpFlags = [ "--advertise-exit-node" ];
};
# Fix DNS & IPv6 bugs
networking.nftables.enable = true;
services.resolved.enable = true;
}
# Fix DNS & IPv6 bugs
networking.nftables.enable = true;
services.resolved.enable = true;
}