mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-30 22:21:07 +01:00
Remove the "deprecated" module
- It makes more sense to error-out and provide information on how to update.
This commit is contained in:
parent
157a74d8a4
commit
f00dee1fdf
3 changed files with 0 additions and 24 deletions
|
|
@ -1,22 +0,0 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkDefault;
|
||||
|
||||
in {
|
||||
imports = [
|
||||
../common
|
||||
../surface-go/firmware/ath10k
|
||||
];
|
||||
|
||||
boot.extraModprobeConfig = mkDefault ''
|
||||
options i915 enable_fbc=1 enable_rc6=1 modeset=1
|
||||
options snd_hda_intel power_save=1
|
||||
options snd_ac97_codec power_save=1
|
||||
options iwlwifi power_save=Y
|
||||
options iwldvm force_cam=N
|
||||
'';
|
||||
|
||||
microsoft-surface.surface-control.enable = true;
|
||||
microsoft-surface.ipts.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue