Files
homelab/modules/networking/default.nix
T
2026-07-06 02:13:07 +00:00

9 lines
64 B
Nix

{ ... }:
{
imports = [
./core
./tailscale.nix
];
}