move kanshi config to individual file add tailscale fish completions remove auto-cpufreq change tailscale service to fix exit-node and routing features
10 lines
117 B
Nix
10 lines
117 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
...
|
|
}: {
|
|
services.tailscale = {
|
|
enable = true;
|
|
useRoutingFeatures = "client";
|
|
};
|
|
}
|