config-new/modules/common/tailscale.nix
2025-07-03 09:03:46 +02:00

7 lines
105 B
Nix

{
services.tailscale = {
enable = true;
};
networking.search = [ "shorthair-wall.ts.net" ];
}