mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Reenable emulated systems on omen
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
a96f79171a
commit
8b2321dde4
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue