diff --git a/nix/home-server.nix b/nix/home-server.nix index ff6c73e..bf47352 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -93,6 +93,11 @@ qemu OVMF tmux + (pkgs.writeShellScriptBin "qemu-system-x86_64-uefi" '' + qemu-system-x86_64 \ + -bios ${pkgs.OVMF.fd}/FV/OVMF.fd \ + "$@" + '') ]; services.openssh.enable = true;