tailscale mod
This commit is contained in:
parent
d2b11ad2e2
commit
2059b854de
3 changed files with 9 additions and 14 deletions
8
nixosModules/tailscale.nix
Normal file
8
nixosModules/tailscale.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue