Emulated systems

This commit is contained in:
Fern Garden 2025-07-24 15:14:09 +08:00
parent d919ea33a5
commit c4b1748d99

View file

@ -23,6 +23,9 @@ with lib; {
"udev.log_priority=3"
"rd.systemd.show_status=auto"
];
# Allow emulating aarch64 to build for Raspberry Pi.
binfmt.emulatedSystems = ["aarch64-linux"];
};
# Enable firmware updates.