8 lines
152 B
Nix
8 lines
152 B
Nix
{
|
|
services.tailscale = {
|
|
enable = true;
|
|
permitCertUid = "filippoberto95@gmail.com";
|
|
};
|
|
|
|
networking.firewall.checkReversePath = "loose";
|
|
}
|