me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

add qemu

author
Sean Aye
date (Mar 22, 2026, 8:03 PM -0400) commit 54a17ad7 parent 69d73055 change-id uqqwovxz
+4
+1
.gitignore
··· 1 + result
+3
hosts/framework16/configuration.nix
··· 19 19 # Disable ABM (Active Backlight Management) to maintain color accuracy 20 20 boot.kernelParams = [ "amdgpu.abmlevel=0" ]; 21 21 22 + # Enable QEMU emulation for aarch64 (for building Pi images) 23 + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; 24 + 22 25 # Use power-profiles-daemon instead of TLP (recommended for AMD Framework) 23 26 services.power-profiles-daemon.enable = true; 24 27