add ability to compile aarch64 to ymir

This commit is contained in:
Osman Faruk Bayram 2025-01-05 22:53:48 +03:00
parent 130228d60a
commit ed415ca634

View file

@ -193,6 +193,10 @@
# enableSSHSupport = true;
# };
boot.binfmt.emulatedSystems = ["aarch64-linux"];
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
# List services that you want to enable:
# Enable the OpenSSH daemon.