Disable aarch64 emulation on muskduck

This commit is contained in:
Fern Garden 2025-09-16 13:21:21 +08:00
parent 80532b32a0
commit 9ff8998f6b

View file

@ -39,9 +39,6 @@ with lib; {
]; ];
}; };
# Allow emulating aarch64 to build for Raspberry Pi.
boot.binfmt.emulatedSystems = ["aarch64-linux"];
# Share Music dir. # Share Music dir.
services.samba = { services.samba = {
enable = true; enable = true;