From 6bf58458702bcb2bb64d2db64e77bac8b4228376 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 22 Jan 2024 21:34:27 -0500 Subject: [PATCH] hardware/form: enable bluetooth in 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 655e7a1..c82f343 100644 --- a/modules/modules/hardware/form.nix +++ b/modules/modules/hardware/form.nix @@ -60,7 +60,7 @@ in (mkIf cfg.portable { modules.hardware = { - wireless.wifi.enable = true; + wireless.enable = true; peripherals.yubikey.enable = true; }; })