Add Tailscale
This commit is contained in:
parent
6c3e229ad6
commit
c98844c725
2 changed files with 14 additions and 2 deletions
8
nixos_modules/tailscale.nix
Normal file
8
nixos_modules/tailscale.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
permitCertUid = "filippoberto95@gmail.com";
|
||||
};
|
||||
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue