nix-config/modules/vpn.nix
2025-04-03 12:50:08 +02:00

9 lines
106 B
Nix

{ pkgs, ... }:
{
services.tailscale = {
enable = true;
openFirewall = true;
};
}