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

@ -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;