From 2c03460ad97ed1d10415918e9ec53744e4f920dc Mon Sep 17 00:00:00 2001 From: azahi Date: Mon, 21 Oct 2024 15:39:18 +0300 Subject: 2024-10-21 --- modules/common/networking.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/common/networking.nix') diff --git a/modules/common/networking.nix b/modules/common/networking.nix index 2867825..1f0f97a 100644 --- a/modules/common/networking.nix +++ b/modules/common/networking.nix @@ -108,6 +108,13 @@ in }) ]; + services.resolved = { + llmnr = "false"; + dnsovertls = "opportunistic"; + fallbackDns = dns.const.quad9.default; + domains = [ my.domain.shire ]; + }; + environment = { shellAliases = listToAttrs ( map ({ name, value }: nameValuePair name "${pkgs.iproute2}/bin/${value}") [ -- cgit 1.4.1