From 78fb101b58ed4750ecbf08dae7d63d6c8464f81f Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:02:38 +0200 Subject: [PATCH] Revert "qemu -vga std" This reverts commit 0c070d2b34e699da85b1d2a5e68afc1df5b8a8a7. --- nixos/configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index c0556b2..b355c29 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -212,9 +212,6 @@ }; }; libvirtd.enable = true; - qemu = { - options = [ "-vga std" ]; - }; };