Added emulated arch to build lambda

This commit is contained in:
Luj 2023-01-08 23:49:40 +01:00
parent bbd820b34d
commit 3b7549b067

View file

@ -64,8 +64,7 @@
# enable the tailscale service
services.tailscale.enable = true;
nix.settings.max-jobs = lib.mkDefault 6;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
services.fail2ban.enable = true;