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
|
@ -11,6 +11,8 @@
|
|||
owner = config.users.users.systemd-network.name;
|
||||
};
|
||||
};
|
||||
# allow downgrade since fritzbox at home doesn't support it (yet?)
|
||||
services.resolved.dnssec = "allow-downgrade";
|
||||
networking = {
|
||||
useNetworkd = true;
|
||||
hostName = "thinkpad";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue