Allow aarch64 emulation on lime

This commit is contained in:
Riley Apeldoorn 2023-06-19 21:46:55 +02:00
parent c96660e2b0
commit 2083556fad

View file

@ -7,6 +7,11 @@
backups.enable = true;
};
boot = {
kernelModules = [ "kvm-intel" ];
binfmt.emulatedSystems = [ "aarch64-linux" ];
};
services.fprintd.enable = true;
networking.hostName = "lime";