qemu system

This commit is contained in:
2025-10-13 14:12:21 -06:00
parent 74e1d88a05
commit 6febed8fb7

View File

@@ -93,6 +93,11 @@
qemu qemu
OVMF OVMF
tmux tmux
(pkgs.writeShellScriptBin "qemu-system-x86_64-uefi" ''
qemu-system-x86_64 \
-bios ${pkgs.OVMF.fd}/FV/OVMF.fd \
"$@"
'')
]; ];
services.openssh.enable = true; services.openssh.enable = true;