Enable arch64 emulation on marauder
This commit is contained in:
parent
5e6167ece8
commit
55a68c21da
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ in {
|
||||||
};
|
};
|
||||||
kernelModules = [ "kvm-amd" ];
|
kernelModules = [ "kvm-amd" ];
|
||||||
kernelParams = [ "amd_pstate=active" ];
|
kernelParams = [ "amd_pstate=active" ];
|
||||||
|
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue