Adds arm64 and risc-v emulation to sol.

This commit is contained in:
Bailey 2024-03-25 20:33:28 -04:00
parent 13f4b2b627
commit 2fa67f765d
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
};
programs.mosh.enable = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" "riscv64-linux" ];
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.11"; # Did you read the comment?