nix-config/system/network/tailscale.nix

6 lines
53 B
Nix
Raw Normal View History

2025-09-01 14:53:46 +02:00
{
services.tailscale = {
enable = true;
};
}