nix/shared/dns.nix
2025-07-26 22:52:35 +02:00

7 lines
No EOL
84 B
Nix

{ ... }:
{
# Import dependencies
imports = [
./dns/knot.nix
];
}