about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-25 13:25:59 +0100
committerene <ene@sils.li>2023-02-25 13:25:59 +0100
commitff3bed11379cb9b77d2fe06c5e8e00a12d1dc8d8 (patch)
treebd3ab4b3e642f2b3cc1f5d43cfd7c5b4d5f30b16 /hosts
parentRevert: "Fix(impermance): Remove uncertain setting"This reverts commit 0c28aa... (diff)
downloadnixos-config-ff3bed11379cb9b77d2fe06c5e8e00a12d1dc8d8.tar.gz
nixos-config-ff3bed11379cb9b77d2fe06c5e8e00a12d1dc8d8.zip
Fix(hosts): Fix the networkmanager for mammun
Diffstat (limited to 'hosts')
-rw-r--r--hosts/mammun/networking.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/mammun/networking.nix b/hosts/mammun/networking.nix
index 1ebd0a7c..e243ebe0 100644
--- a/hosts/mammun/networking.nix
+++ b/hosts/mammun/networking.nix
@@ -6,7 +6,7 @@
   networking = {
     networkmanager = {
       enable = true;
-      dns = "systemd-resolved";
+      dns = "default";
       wifi = {
         powersave = true;
       };