flake/users/guanranwang/nixos/networking/default.nix

5 lines
44 B
Nix

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