mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	treewide: mark things that have to be done
This commit is contained in:
		@@ -8,6 +8,8 @@
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  boot = {
 | 
			
		||||
    # TODO: this configuration seems to be very aggressive.
 | 
			
		||||
    # Ask @peti if it's stable or not.
 | 
			
		||||
    kernelParams = [
 | 
			
		||||
      "drm.debug=0"
 | 
			
		||||
      "drm.vblankoffdelay=1"
 | 
			
		||||
 
 | 
			
		||||
@@ -10,6 +10,7 @@
 | 
			
		||||
    extraModprobeConfig = lib.mkDefault ''
 | 
			
		||||
      options bbswitch use_acpi_to_detect_card_state=1
 | 
			
		||||
    '';
 | 
			
		||||
    # TODO: probably enable tcsd? Is this line necessary?
 | 
			
		||||
    kernelModules = [ "tpm-rng" ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../.
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
    ../../../common/pc/laptop/hdd
 | 
			
		||||
    ../../../common/pc/laptop/hdd # TODO: reverse compat
 | 
			
		||||
    ../tp-smapi.nix
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user