mirror of
https://github.com/thegeneralist01/config.git
synced 2026-05-30 08:37:01 +02:00
7 lines
122 B
Nix
7 lines
122 B
Nix
{ config, ... }: {
|
|
services.tailscale = {
|
|
enable = true;
|
|
};
|
|
|
|
networking.search = [ "shorthair-wall.ts.net" ];
|
|
}
|