aarch64 emulation
This commit is contained in:
parent
9c5add0ffb
commit
0466cef265
3 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue