nixbld: enable armv7l-linux binfmt emulation

force-ssl-main-website
Sebastien Bourdeauducq 2023-12-12 17:23:05 +08:00
parent ec40a17f1c
commit e319c2f65c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ in
hardware.cpu.amd.updateMicrocode = true;
boot.supportedFilesystems = ["zfs"];
boot.kernelParams = ["zfs.l2arc_write_max=536870912"];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
services.zfs.autoScrub.enable = true;
services.zfs.autoScrub.interval = "monthly";