From 71acb8a5624e65f7c43d43dbb783077fead3c534 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 22 Oct 2023 18:56:31 +0200 Subject: [PATCH] pinwheel: Try `iwd` as `connman` backend --- hosts/pinwheel/modules/network/default.nix | 4 ++++ hosts/pinwheel/modules/waybar/default.nix | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/network/default.nix b/hosts/pinwheel/modules/network/default.nix index d14e968..a99c195 100644 --- a/hosts/pinwheel/modules/network/default.nix +++ b/hosts/pinwheel/modules/network/default.nix @@ -2,6 +2,10 @@ services.connman = { enable = true; + wifi = { + backend = "iwd"; + }; + networkInterfaceBlacklist = [ "vmnet" "vboxnet" diff --git a/hosts/pinwheel/modules/waybar/default.nix b/hosts/pinwheel/modules/waybar/default.nix index c38e432..9fac276 100644 --- a/hosts/pinwheel/modules/waybar/default.nix +++ b/hosts/pinwheel/modules/waybar/default.nix @@ -167,7 +167,7 @@ in }; network = { - interface = "wlp0s20f3"; + interface = "wlan0"; format-wifi = "󰖩"; format-disconnected = "󱚵"; tooltip-format-wifi = "{essid} ({signalStrength}%)";