aarch64 emulation

This commit is contained in:
Fern Garden 2025-09-20 19:30:17 +08:00
parent 9c5add0ffb
commit 0466cef265
3 changed files with 4 additions and 3 deletions

View file

@ -47,7 +47,4 @@ with lib; {
};
swapDevices = [{device = "/swap/swapfile";}];
# Install some packages.
environment.systemPackages = with pkgs; [deploy-rs];
}

View file

@ -28,6 +28,9 @@ with lib; {
];
};
# Emulate aarch64 to build system for weebill.
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# Enable smart card support (for YubiKey).
services.pcscd.enable = true;

View file

@ -203,6 +203,7 @@ with lib; {
blender
caligula
celluloid
deploy-rs
feishin
fluffychat
fusee-nano