[WIP] New hosts

This commit is contained in:
Andrea Ciceri 2022-10-08 17:37:56 +02:00
parent c40493fe2a
commit 6d8b757919
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
14 changed files with 632 additions and 63 deletions

View file

@ -0,0 +1,11 @@
{
config,
lib,
pkgs,
...
}: {
boot.binfmt.emulatedSystems = ["aarch64-linux"];
nix.extraOptions = ''
extra-platforms = aarch64-linux arm-linux
'';
}