mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-05-07 13:36:24 +00:00
7 lines
128 B
Nix
7 lines
128 B
Nix
{
|
|
services.tailscale = {
|
|
useRoutingFeatures = "both";
|
|
permitCertUid = "caddy";
|
|
extraUpFlags = [ "--ssh" ];
|
|
};
|
|
}
|