mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
fb44fb3fab
Former-commit-id: 1ccb720f3b
7 lines
88 B
Nix
7 lines
88 B
Nix
{
|
|
services.tailscale = {
|
|
enable = true;
|
|
useRoutingFeatures = "server";
|
|
};
|
|
}
|