kasei: add binfmt.emulatedSystems
This commit is contained in:
parent
b57028ef20
commit
96a2a3b3a0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue