flake/darwin/networking/default.nix

6 lines
60 B
Nix

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