Infini-FRAMEWORK: add aarch64 binfmt and extra platform
This commit is contained in:
parent
a00395207e
commit
d64340dab6
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
{ config, pkgs, lib, ... }: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./filesystems.nix
|
||||
|
@ -16,6 +16,9 @@
|
|||
];
|
||||
};
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
|
||||
|
||||
modules = {
|
||||
boot.grub.enable = true;
|
||||
hardware = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue