kasei: add binfmt.emulatedSystems

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-25 19:03:00 +02:00
parent b57028ef20
commit 96a2a3b3a0
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 6 additions and 0 deletions

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"