Emulate ARM systems for building

This commit is contained in:
2024-01-30 21:59:09 -07:00
parent ba3d15d82a
commit b5cc4d4609
3 changed files with 75 additions and 0 deletions

View File

@@ -220,4 +220,6 @@
enable = true;
configFile = ./dashy.yaml;
};
boot.binfmt.emulatedSystems = [ "aarch64-linux" "armv7l-linux" ];
}