mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	framework: Enable fwupd by default
Users should keep their firmware (not just BIOS) up to date. Framework 13 Intel 11-13th Gen have some components that can't be updated with fwupd, so some BIOS versions are better to be installed through the EFI shell or Windows. Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
		@@ -11,6 +11,9 @@
 | 
			
		||||
    ../common/intel.nix
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # Everything is updateable through fwupd
 | 
			
		||||
  services.fwupd.enable = true;
 | 
			
		||||
 | 
			
		||||
  # Need at least 6.9 to make suspend properly
 | 
			
		||||
  # Specifically this patch: https://github.com/torvalds/linux/commit/073237281a508ac80ec025872ad7de50cfb5a28a
 | 
			
		||||
  boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.9") (
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user