Allow aarch64 emulation on lime
This commit is contained in:
parent
c96660e2b0
commit
2083556fad
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
||||||
backups.enable = true;
|
backups.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot = {
|
||||||
|
kernelModules = [ "kvm-intel" ];
|
||||||
|
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
};
|
||||||
|
|
||||||
services.fprintd.enable = true;
|
services.fprintd.enable = true;
|
||||||
|
|
||||||
networking.hostName = "lime";
|
networking.hostName = "lime";
|
||||||
|
|
Loading…
Reference in a new issue