flake/nixos/networking/dns/default.nix
2023-09-19 08:17:43 +08:00

8 lines
No EOL
74 B
Nix

{ ... }:
{
imports = [
./dns.nix
#./systemd-resolved.nix
];
}