hitagi: Emulate aarch64-linux binaries

This commit is contained in:
Simon Bruder 2023-10-22 14:11:02 +02:00
parent a7ffb63c72
commit db5929adec
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -38,4 +38,6 @@
networking.hostName = "hitagi"; networking.hostName = "hitagi";
system.stateVersion = "20.03"; system.stateVersion = "20.03";
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
} }