Add Tailscale

This commit is contained in:
Filippo Berto 2022-08-15 16:18:36 +02:00
parent 6c3e229ad6
commit c98844c725
2 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1,8 @@
{
services.tailscale = {
enable = true;
permitCertUid = "filippoberto95@gmail.com";
};
networking.firewall.checkReversePath = "loose";
}