mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-27 17:08:29 +02:00
dnssec: enable
This commit is contained in:
parent
02f281a4ec
commit
e7cb531d8b
3 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
useNetworkd = true;
|
||||
enableIPv6 = true;
|
||||
};
|
||||
services.resolved.dnssec = "true";
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
networks."10-loopback" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue