5 lines
155 B
Nix
5 lines
155 B
Nix
{
|
|
boot.binfmt.preferStaticEmulators = true;
|
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" "x86_64-windows" ];
|
|
boot.kernelModules = [ "kvm-amd" ];
|
|
} |