aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/dn/dns/module.nix (unfollow)
Commit message (Collapse)Author
2025-03-09modules/dns: Add service dependenciesBenedikt Peetz
2025-03-09modules/dns: Set a reasonable verbosity levelBenedikt Peetz
The default is way too quiet.
2025-03-09modules/dns: Provide the option to open the required firewall portsBenedikt Peetz
2025-03-09modules/dns: Remove `lib.debug` callsBenedikt Peetz
2025-03-09{modules,tests}/dns: InitBenedikt Peetz
Most of the dns module was taken from: <https://github.com/nix-community/dns.nix>