From e5771637d32afa4fa7417917c7a6146e26282117 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Feb 2022 17:43:26 -0800 Subject: hosts: use systemd-resolved on carmel --- hosts/carmel/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts') diff --git a/hosts/carmel/configuration.nix b/hosts/carmel/configuration.nix index 4957ea8..d009831 100644 --- a/hosts/carmel/configuration.nix +++ b/hosts/carmel/configuration.nix @@ -27,6 +27,12 @@ services.xserver.dpi = 168; + # Use systemd-resolved + services.resolved = { + enable = true; + dnssec = "false"; + }; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave -- cgit 1.4.1