454 current 2025-06-28 03:30:19 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-28 03:30:44 -04:00
parent a952ee25d1
commit 37b4e716a4
2 changed files with 5 additions and 2 deletions

View File

@@ -98,6 +98,8 @@ in {
wikiman wikiman
iodine iodine
fzf fzf
lsof
ldns
# direnv # direnv
# emacs # haha # emacs # haha

View File

@@ -5,10 +5,11 @@
}: { }: {
services.dnsmasq = { services.dnsmasq = {
enable = true; enable = true;
# resolveLocalQueries = true; resolveLocalQueries = true;
settings = { settings = {
conf-dir = "/var/lib/dnsmasq/conf.d"; 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"]; server = ["1.1.1.1" "1.0.0.1"];
}; };
}; };