forked from M-Labs/it-infra
nixbld: enable armv7l-linux binfmt emulation
This commit is contained in:
parent
ec40a17f1c
commit
e319c2f65c
|
@ -33,7 +33,7 @@ in
|
||||||
hardware.cpu.amd.updateMicrocode = true;
|
hardware.cpu.amd.updateMicrocode = true;
|
||||||
boot.supportedFilesystems = ["zfs"];
|
boot.supportedFilesystems = ["zfs"];
|
||||||
boot.kernelParams = ["zfs.l2arc_write_max=536870912"];
|
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.enable = true;
|
||||||
services.zfs.autoScrub.interval = "monthly";
|
services.zfs.autoScrub.interval = "monthly";
|
||||||
|
|
Loading…
Reference in New Issue