From 73be910bc490058d9d1040b88cd7294c5be0877b Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 9 Oct 2023 21:15:34 +0200 Subject: [PATCH] pinwheel: Don't use `systemd-resolved` for `connman` It clashed with virtual networks created by e.g. `kind` --- hosts/pinwheel/configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/pinwheel/configuration.nix b/hosts/pinwheel/configuration.nix index 4486b2d..fe6cda5 100644 --- a/hosts/pinwheel/configuration.nix +++ b/hosts/pinwheel/configuration.nix @@ -33,9 +33,6 @@ services.connman = { enable = true; - package = pkgs.connmanFull.override { - dnsType = "systemd-resolved"; - }; extraConfig = '' [General]