This commit is contained in:
2025-11-02 00:16:25 +09:00
parent 2df69949cb
commit 56d21fd8a2
5 changed files with 25 additions and 0 deletions

View File

@@ -24,6 +24,12 @@ in {
'';
};
services.resolved = {
enable = true;
dnssec = "true";
};
networking.nameservers = [ "1.1.1.1" "8.8.8.8" ];
boot.loader = {
systemd-boot.enable = false;
efi = {