mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +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, ... }:
|
||||
|
||||
{
|
||||
boot.kernelParams = [
|
||||
"hid_apple.iso_layout=0"
|
||||
];
|
||||
|
||||
hardware.facetimehd.enable = lib.mkDefault (config.nixpkgs.config.allowUnfree or false);
|
||||
|
||||
services.mbpfan.enable = lib.mkDefault true;
|
||||
|
||||
Reference in New Issue
Block a user