mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Remove the "deprecated" module
- It makes more sense to error-out and provide information on how to update.
This commit is contained in:
		@@ -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;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user