nix-config/shared/client/default.nix
2025-03-23 17:39:15 +01:00

6 lines
63 B
Nix

{config, pkgs, ...}:
{
imports = [
./tailscale.nix
]
}