diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-09 17:43:26 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-09 17:43:26 -0800 |
commit | e5771637d32afa4fa7417917c7a6146e26282117 (patch) | |
tree | 6a336303471e14f8e71dccb9eea8d39b4f92a9b2 /hosts | |
parent | modules: more software (diff) | |
download | world-e5771637d32afa4fa7417917c7a6146e26282117.tar.gz |
hosts: use systemd-resolved on carmel
Diffstat (limited to '')
-rw-r--r-- | hosts/carmel/configuration.nix | 6 |
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 |