463 current 2025-06-28 22:07:32 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-28 22:08:14 -04:00
parent f165b550e8
commit ad952f7225
4 changed files with 23 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
# websites i'd like to (automatically) block on certain wifi connections
set -euo pipefail
blacklist=(

View File

@@ -12,7 +12,7 @@
enable = true;
resolveLocalQueries = true;
settings = {
conf-dir = "/var/lib/dnsmasq/conf.d";
conf-dir = "/var/lib/dnsmasq/conf.d"; # see ../networking/blockers.sh and ...../home/scripts/dns
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"];

View File

@@ -7,7 +7,7 @@
./synaptics/default.nix
./tailscale/default.nix
./syncthing/default.nix
# ./resolved/default.nix
# ./resolved/default.nix (not enabled, in favor of dnsmasq)
./dnsmasq/default.nix
];
}