[WIP] New hosts
This commit is contained in:
parent
c40493fe2a
commit
6d8b757919
14 changed files with 632 additions and 63 deletions
11
modules/binfmt/default.nix
Normal file
11
modules/binfmt/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
nix.extraOptions = ''
|
||||
extra-platforms = aarch64-linux arm-linux
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue