headscale + tailscale
This commit is contained in:
9
hosts/m3-atlas/services/tailscale.nix
Normal file
9
hosts/m3-atlas/services/tailscale.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
useRoutingFeatures = "both";
|
||||
};
|
||||
networking.firewall = {
|
||||
trustedInterfaces = ["tailscale0"];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user