From 71212cce781b8f36b909485a21ee4cc1facbd69b Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 9 Dec 2021 00:31:44 -0500 Subject: [PATCH] hardware/form: disable bluetooth for portable --- modules/modules/hardware/form.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/modules/hardware/form.nix b/modules/modules/hardware/form.nix index 2f5cb9c..04dcf9c 100644 --- a/modules/modules/hardware/form.nix +++ b/modules/modules/hardware/form.nix @@ -46,7 +46,7 @@ in intel = mkDefault true; amdgpu = mkDefault true; }; - wireless.enable = mkDefault true; + wifi.enable = true; }; }) (mkIf cfg.raspi {