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; }; })