diff --git a/home/home.nix b/home/home.nix index 9e5242a..0601e5c 100644 --- a/home/home.nix +++ b/home/home.nix @@ -98,6 +98,8 @@ in { wikiman iodine fzf + lsof + ldns # direnv # emacs # haha diff --git a/system/services/dnsmasq/default.nix b/system/services/dnsmasq/default.nix index c6732dd..736f769 100644 --- a/system/services/dnsmasq/default.nix +++ b/system/services/dnsmasq/default.nix @@ -5,10 +5,11 @@ }: { services.dnsmasq = { enable = true; - # resolveLocalQueries = true; + resolveLocalQueries = true; settings = { conf-dir = "/var/lib/dnsmasq/conf.d"; - # listen-address = "127.0.0.1"; + listen-address = "127.0.0.1"; + resolv-file = "/dev/null"; # god fuck you fuck you fuck you tailscale + systemd-resolved + dnsmasq it took me *three hours* at 3am to get this one working server = ["1.1.1.1" "1.0.0.1"]; }; };