forked from M-Labs/it-infra
nixbld: enable aarch64-linux binfmt emulation
This commit is contained in:
parent
a7450362ce
commit
2d9b7767a6
|
@ -32,6 +32,7 @@ in
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = 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" ];
|
||||||
|
|
||||||
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