all: fix resolved domains

This commit is contained in:
Adithya 2024-07-14 18:18:57 +05:30
parent 34818a9839
commit 89633837ed
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -9,6 +9,7 @@
services.resolved = { services.resolved = {
enable = true; enable = true;
dnssec = "true"; dnssec = "true";
domains = [ "~." ];
fallbackDns = [ ]; fallbackDns = [ ];
}; };
} }