1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

tailscale: switch to manual downloading for mac

This commit is contained in:
TheGeneralist 2025-10-12 16:44:53 +02:00
parent f7168c0b29
commit 52f1094f41
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -1,7 +1,7 @@
{ {
services.tailscale = { # services.tailscale = {
enable = true; # enable = true;
}; # };
#
networking.search = [ "shorthair-wall.ts.net" ]; # networking.search = [ "shorthair-wall.ts.net" ];
} }