system/pc: re-enable QEMU binfmt

it seems like the relevant issues have been fixed:
- https://github.com/NixOS/nixpkgs/issues/221056 (compilation time)
- https://github.com/NixOS/nixpkgs/issues/160300 (chroot not working)
This commit is contained in:
NullBite 2025-01-08 16:55:20 -05:00
parent 0737c1461b
commit d9a6b64d28
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -14,9 +14,7 @@ in
config = lib.mkIf cfg.enable {
nixfiles.profile.base.enable = lib.mkDefault true;
# disabling this for now; it doesn't work in chroot yet (the only reason i
# want it) and it takes forever to compile.
# nixfiles.binfmt.enable = lib.mkDefault true;
nixfiles.binfmt.enable = lib.mkDefault true;
# networking.hostName = "nixos"; # Define your hostname.
# Pick only one of the below networking options.