mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
Revert "apple: add hid_apple.iso_layout=0 kernel param"
This reverts commit e228c7827b.
This commit is contained in:
committed by
Jörg Thalheim
parent
3dac8a8725
commit
e903fd796d
@@ -1,10 +1,6 @@
|
|||||||
{ config, lib, ... }:
|
{ config, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
boot.kernelParams = [
|
|
||||||
"hid_apple.iso_layout=0"
|
|
||||||
];
|
|
||||||
|
|
||||||
hardware.facetimehd.enable = lib.mkDefault (config.nixpkgs.config.allowUnfree or false);
|
hardware.facetimehd.enable = lib.mkDefault (config.nixpkgs.config.allowUnfree or false);
|
||||||
|
|
||||||
services.mbpfan.enable = lib.mkDefault true;
|
services.mbpfan.enable = lib.mkDefault true;
|
||||||
|
|||||||
Reference in New Issue
Block a user