mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
dnssec: enable
This commit is contained in:
parent
02f281a4ec
commit
e7cb531d8b
3 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
};
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
dnssec = "yes";
|
||||
# make room for the adguard dns
|
||||
extraConfig = ''
|
||||
[Resolve]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue