Remove the "deprecated" module

- It makes more sense to error-out and provide information on how to update.
This commit is contained in:
mexisme
2023-01-10 23:22:29 +13:00
parent 157a74d8a4
commit f00dee1fdf
3 changed files with 0 additions and 24 deletions

View File

@@ -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;
}