feat: explicitly add resolvd

This commit is contained in:
etwas 2025-12-08 14:10:04 +01:00
parent 28059709b0
commit a550093e8e

View file

@ -45,5 +45,18 @@
}; };
}; };
services.resolved = {
enable = true;
dnsovertls = "opportunistic";
fallbackDns = [
"1.1.1.1"
"1.0.0.1"
"2606:4700:4700::1111"
"2606:4700:4700::1001"
];
};
programs.wireshark.enable = true; programs.wireshark.enable = true;
} }