Reenable emulated systems on omen

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-06-28 14:22:27 +02:00
parent a96f79171a
commit 8b2321dde4
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -62,10 +62,10 @@ in
services.sshd.enable = true;
# Makes QEMU recompile https://github.com/NixOS/nixpkgs/issues/221056
# boot.binfmt.emulatedSystems = [
# "aarch64-linux"
# "riscv64-linux"
# ];
boot.binfmt.emulatedSystems = [
"aarch64-linux"
"riscv64-linux"
];
time.timeZone = "Europe/Amsterdam";
system.stateVersion = "20.09";