hosts/*: replace extra-platforms with binfmt option

This commit is contained in:
Infinidoge 2024-12-07 22:44:23 -05:00
parent 5f50ce94ce
commit d7aa11bc65
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
info.loc.purdue = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
boot.binfmt.addEmulatedSystemsToNixSandbox = true;
nix.distributedBuilds = false;