remove upstream settings for dns dnsmasq since using adguard home for dns. Do bind dns service locally for rDNS PTR requests for adguard logs to be readable

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-08 15:58:40 -05:00
parent 32bad0f6d7
commit bff63c828f
2 changed files with 14 additions and 9 deletions

View file

@ -36,7 +36,9 @@
environment.systemPackages = with pkgs; [
lua
sqlite
# networking tools
tcpdump
dig
];
ringofstorms_common = {