mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	framework: Add framework12
Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
		
							
								
								
									
										17
									
								
								framework/12-inch/13th-gen-intel/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								framework/12-inch/13th-gen-intel/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
# [Framework Laptop 12](https://frame.work/laptop12)
 | 
			
		||||
 | 
			
		||||
## Updating Firmware
 | 
			
		||||
 | 
			
		||||
First put enable `fwupd`
 | 
			
		||||
 | 
			
		||||
```nix
 | 
			
		||||
services.fwupd.enable = true;
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Then run
 | 
			
		||||
 | 
			
		||||
```sh
 | 
			
		||||
 $ fwupdmgr update
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
- [Latest Update](https://fwupd.org/lvfs/devices/work.frame.Laptop12.RPL.BIOS.firmware)
 | 
			
		||||
							
								
								
									
										7
									
								
								framework/12-inch/13th-gen-intel/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								framework/12-inch/13th-gen-intel/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
{ config, lib, ... }:
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../common
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user