kasei: add binfmt.emulatedSystems

This commit is contained in:
2024-06-25 19:03:00 +02:00
parent b57028ef20
commit 96a2a3b3a0

View File

@@ -9,6 +9,12 @@
./services/stable-diffusion.nix
./services/tailscale.nix
./services/keybase.nix
boot.binfmt.emulatedSystems = [
"x86_64-windows"
"aarch64-linux"
"armv7l-linux"
];
nix.settings.system-features = [
"kvm"
"benchmark"