From 323018daaa7f832b03e1fccd479115e4787bcfd8 Mon Sep 17 00:00:00 2001 From: clerie <git@clerie.de> Date: Mon, 7 Apr 2025 21:11:53 +0200 Subject: [PATCH] profiles/common-dns: Fix typo --- profiles/common-dns/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/common-dns/default.nix b/profiles/common-dns/default.nix index c3d4a15..3d44bfd 100644 --- a/profiles/common-dns/default.nix +++ b/profiles/common-dns/default.nix @@ -16,7 +16,7 @@ with lib; # Do not use any DNS servers as fallback services.resolved.fallbackDns = []; - networking.networkmanager.dns = "systemd-networkd"; + networking.networkmanager.dns = "systemd-resolved"; }; }