about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-09 17:43:26 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-09 17:43:26 -0800
commite5771637d32afa4fa7417917c7a6146e26282117 (patch)
tree6a336303471e14f8e71dccb9eea8d39b4f92a9b2 /hosts
parentmodules: more software (diff)
downloadworld-e5771637d32afa4fa7417917c7a6146e26282117.tar.gz
hosts: use systemd-resolved on carmel
Diffstat (limited to '')
-rw-r--r--hosts/carmel/configuration.nix6
1 files changed, 6 insertions, 0 deletions
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