hardware/form: enable bluetooth in portable

This commit is contained in:
Infinidoge 2024-01-22 21:34:27 -05:00
parent c8704414d4
commit 6bf5845870
No known key found for this signature in database

View file

@ -60,7 +60,7 @@ in
(mkIf cfg.portable {
modules.hardware = {
wireless.wifi.enable = true;
wireless.enable = true;
peripherals.yubikey.enable = true;
};
})