From 292544f602e6ac0a709d7e7e93904ed3ebf34ee0 Mon Sep 17 00:00:00 2001 From: xenia Date: Wed, 3 Jul 2024 19:00:51 +0200 Subject: [PATCH] Disable iwd for mac --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ed66eec3..d3b36f1c 100644 --- a/flake.nix +++ b/flake.nix @@ -162,7 +162,7 @@ }; networking = mkNixOsNetworking { inherit pkgs; - use-iwd = true; + use-iwd = false; }; graphical = mkNixOsGraphical { inherit pkgs;