pinwheel: Try iwd as connman backend

This commit is contained in:
Alexander Heldt
2023-10-22 18:56:31 +02:00
parent d740aa0f99
commit 71acb8a562
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
services.connman = {
enable = true;
wifi = {
backend = "iwd";
};
networkInterfaceBlacklist = [
"vmnet"
"vboxnet"

View File

@@ -167,7 +167,7 @@ in
};
network = {
interface = "wlp0s20f3";
interface = "wlan0";
format-wifi = "<span font='16' rise='-3000'>󰖩</span>";
format-disconnected = "<span font='16' rise='-3000'>󱚵</span>";
tooltip-format-wifi = "{essid} ({signalStrength}%)";