mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	change iptsd and system-control to nixpkgs versions - fixes iptsd bug
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
{ ... }:
 | 
			
		||||
{ lib, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
# This module is intended to support the Surface Pro range, specifically those with Intel CPUs.
 | 
			
		||||
# It's expected it will work equally well on many other Surface models, but they may need further
 | 
			
		||||
@@ -13,6 +13,6 @@
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  microsoft-surface.ipts.enable = true;
 | 
			
		||||
  microsoft-surface.surface-control.enable = true;
 | 
			
		||||
  services.iptsd.enable = lib.mkDefault true;
 | 
			
		||||
  environment.systemPackages = [ pkgs.surface-control ];
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user