fix: dae - github's ssh access

This commit is contained in:
Ryan Yin
2024-02-17 15:51:49 +08:00
parent 88092aba5b
commit 279b1b69eb
3 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ in {
services.dnsmasq = {
enable = true;
# resolve local queries (add 127.0.0.1 to /etc/resolv.conf)
resolveLocalQueries = false; # may be conflict with dae, disable this.
resolveLocalQueries = true; # may be conflict with dae, disable this.
alwaysKeepRunning = true;
# https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree
settings = {