kasei: add binfmt.emulatedSystems
This commit is contained in:
@@ -9,6 +9,12 @@
|
|||||||
./services/stable-diffusion.nix
|
./services/stable-diffusion.nix
|
||||||
./services/tailscale.nix
|
./services/tailscale.nix
|
||||||
./services/keybase.nix
|
./services/keybase.nix
|
||||||
|
boot.binfmt.emulatedSystems = [
|
||||||
|
"x86_64-windows"
|
||||||
|
"aarch64-linux"
|
||||||
|
"armv7l-linux"
|
||||||
|
];
|
||||||
|
|
||||||
nix.settings.system-features = [
|
nix.settings.system-features = [
|
||||||
"kvm"
|
"kvm"
|
||||||
"benchmark"
|
"benchmark"
|
||||||
|
Reference in New Issue
Block a user