builder: Add aarch64
This commit is contained in:
parent
07a8220f5a
commit
b5e50a86d1
@ -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" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user