builder: Add aarch64

This commit is contained in:
PapaTutuWawa 2021-09-02 20:55:38 +02:00
parent 07a8220f5a
commit b5e50a86d1

View File

@ -1,7 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
boot.binfmt.emulatedSystems = [ "i686-linux" ]; # For remote building boot.binfmt.emulatedSystems = [ "i686-linux" "aarch64-linux" ]; # For remote building
environment.systemPackages = with pkgs; [ openssh ]; environment.systemPackages = with pkgs; [ openssh ];
nix.trustedUsers = [ "builder" ]; nix.trustedUsers = [ "builder" ];