yggdrasil: disable emulation while not needed

This commit is contained in:
Christoph Hollizeck 2025-12-04 16:21:05 +01:00
parent 42b2825c08
commit 6e0fddcff8
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -12,9 +12,9 @@ topLevel: {
};
# Enable binfmt emulation.
boot.binfmt.emulatedSystems = [
"aarch64-linux"
];
# boot.binfmt.emulatedSystems = [
# "aarch64-linux"
# ];
environment.systemPackages = with pkgs; [
teamviewer