flake/darwin/networking/default.nix

8 lines
No EOL
62 B
Nix

{ ... }:
{
imports = [
./dns.nix
./proxy.nix
];
}