flake/nixos/networking/dns/default.nix

8 lines
132 B
Nix
Raw Normal View History

2023-09-19 00:17:43 +00:00
{ ... }:
{
imports = [
./dns.nix
2023-10-15 00:51:56 +00:00
#./systemd-resolved.nix # Returns NXDOMAIN in China Mainland, will investegate...
2023-09-19 00:17:43 +00:00
];
}