nix-dotfiles/modules/nixos/basics/tailscale.nix

8 lines
152 B
Nix

{
services.tailscale = {
enable = true;
permitCertUid = "filippoberto95@gmail.com";
};
networking.firewall.checkReversePath = "loose";
}