mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	thinkpad: use lib.mkDefault on all unmergable options
This commit is contained in:
		@@ -1,10 +1,10 @@
 | 
			
		||||
{ config, pkgs, ... }:
 | 
			
		||||
{ config, lib, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [ ../. ];
 | 
			
		||||
 | 
			
		||||
  boot = {
 | 
			
		||||
    extraModprobeConfig = ''
 | 
			
		||||
    extraModprobeConfig = lib.mkDefault ''
 | 
			
		||||
      options bbswitch use_acpi_to_detect_card_state=1
 | 
			
		||||
    '';
 | 
			
		||||
    kernelModules = [ "tpm-rng" ];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user