445 current 2025-06-28 02:20:06 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-28 02:21:18 -04:00
parent 9d01c26879
commit 9a67139935
3 changed files with 6 additions and 6 deletions

View File

@@ -7,8 +7,8 @@
enable = true;
resolveLocalQueries = true;
settings = {
listen-address = "127.0.0.1";
port = 53535; # anything thats free
# listen-address = "127.0.0.1";
# port = 53535; # a free address lol
};
};
}

View File

@@ -6,9 +6,9 @@
networking.nameservers = ["1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one"];
services.resolved = {
extraConfig = ''
DNS=127.0.0.1:53535 # resolved dnsmasq, non-standard port OK
'';
# extraConfig = ''
# DNS=127.0.0.1:53535 # resolved → dnsmasq, non-standard port OK
# '';
enable = true;
dnssec = "true";
domains = ["~."];

View File

@@ -7,7 +7,7 @@
./synaptics/default.nix
./tailscale/default.nix
./syncthing/default.nix
./resolved/default.nix
# ./resolved/default.nix
./dnsmasq/default.nix
];
}