hardware/form: disable bluetooth for portable
This commit is contained in:
parent
675335de37
commit
71212cce78
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ in
|
||||||
intel = mkDefault true;
|
intel = mkDefault true;
|
||||||
amdgpu = mkDefault true;
|
amdgpu = mkDefault true;
|
||||||
};
|
};
|
||||||
wireless.enable = mkDefault true;
|
wifi.enable = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
(mkIf cfg.raspi {
|
(mkIf cfg.raspi {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue