nix-config/modules/vpn.nix

9 lines
106 B
Nix
Raw Normal View History

2025-04-03 12:50:08 +02:00
{ pkgs, ... }:
{
services.tailscale = {
enable = true;
openFirewall = true;
};
}