From f0f5231ce2405578e54b0b2593021a1dbe90e4ae Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 2 Jan 2023 04:53:05 +0100 Subject: Enable spice and qemu guest additions Signed-off-by: TheArcaneBrony --- host/Rory-devenv/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/host/Rory-devenv/configuration.nix b/host/Rory-devenv/configuration.nix index 865a4ca..983cc96 100644 --- a/host/Rory-devenv/configuration.nix +++ b/host/Rory-devenv/configuration.nix @@ -59,8 +59,10 @@ user = "Rory"; }; libinput.enable = true; - + videoDrivers = [ "qxl" ]; }; + qemuGuest.enable = true; + spice-vdagentd.enable = true; }; users.users = { -- cgit 1.4.1