nix-dotfiles/nixos_modules/tailscale.nix
2022-08-15 16:18:36 +02:00

8 lines
152 B
Nix

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