Disable iwd for mac

This commit is contained in:
xenia 2024-07-03 19:00:51 +02:00
parent 2a63264f1e
commit 292544f602

View File

@ -162,7 +162,7 @@
};
networking = mkNixOsNetworking {
inherit pkgs;
use-iwd = true;
use-iwd = false;
};
graphical = mkNixOsGraphical {
inherit pkgs;