feat: Added tako
This commit is contained in:
11
nixos/tako/services/tailscale.nix
Normal file
11
nixos/tako/services/tailscale.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{masterPkgs, ...}: {
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
useRoutingFeatures = "server";
|
||||
extraUpFlags = "--advertise-exit-node";
|
||||
package = masterPkgs.tailscale;
|
||||
};
|
||||
networking.firewall.trustedInterfaces = [
|
||||
"tailscale0"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user