This commit is contained in:
Hadi
2024-06-19 23:39:30 +02:00
parent a272a038f1
commit adecf1bc29
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;
}