1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-05-12 23:31:08 +02:00

dnssec: enable

This commit is contained in:
Rouven Seifert 2023-09-24 22:46:12 +02:00
parent 02f281a4ec
commit e7cb531d8b
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 4 additions and 0 deletions
hosts/nuc/modules/networks

View file

@ -8,6 +8,7 @@
};
services.resolved = {
enable = true;
dnssec = "yes";
# make room for the adguard dns
extraConfig = ''
[Resolve]