nix-config/modules2/tailscale.nix

4 lines
72 B
Nix
Raw Normal View History

2025-07-29 13:19:07 +01:00
{
flake.modules.nixos.workstation.services.tailscale.enable = true;
}