mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 03:56:09 +01:00
catch up with ninelore
This commit is contained in:
parent
a8ee47c46f
commit
a7d3be34dc
1 changed files with 12 additions and 0 deletions
|
|
@ -8,11 +8,23 @@ in {
|
|||
../../../common/pc/laptop
|
||||
../../../common/hidpi.nix
|
||||
];
|
||||
|
||||
boot.extraModprobeConfig = ''
|
||||
options snd-intel-dspcfg dsp_driver=4
|
||||
options snd-soc-avs ignore_fw_version=1
|
||||
options snd-soc-avs obsolete_card_names=1
|
||||
'';
|
||||
|
||||
boot.initrd.systemd.tpm2.enable = lib.mkDefault false;
|
||||
boot.kernelParams = [ "iomem=relaxed" ];
|
||||
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
||||
hardware.sensor.iio.enable = lib.mkDefault true;
|
||||
services = {
|
||||
libinput.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
security.tpm2.enable = lib.mkDefault false;
|
||||
|
||||
environment.sessionVariables.ALSA_CONFIG_UCM2 = lib.mkDefault "${alsa-ucm-conf-cros}/share/alsa/ucm2";
|
||||
|
||||
services.pipewire.wireplumber.extraConfig."51-increase-headroom" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue