aboutsummaryrefslogtreecommitdiff
path: root/hosts/carmel/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/carmel/configuration.nix')
-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