nixbld: enable aarch64-linux binfmt emulation

force-ssl-main-website
Sebastien Bourdeauducq 2022-11-09 21:14:11 +08:00
parent a7450362ce
commit 2d9b7767a6
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ in
boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = ["zfs"];
boot.kernelParams = ["zfs.l2arc_write_max=536870912"];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
services.zfs.autoScrub.enable = true;
services.zfs.autoScrub.interval = "monthly";