flake/darwin/modules/networking/default.nix
2023-11-17 13:38:25 +08:00

5 lines
44 B
Nix
Executable file

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