summary refs log tree commit diff
path: root/host/Rory-devenv/configuration.nix
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-01-02 04:53:05 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-01-02 04:53:05 +0100
commitf0f5231ce2405578e54b0b2593021a1dbe90e4ae (patch)
tree5d139ef158ca7349a5210c766845348b6547c31c /host/Rory-devenv/configuration.nix
parentFix mistake (diff)
downloadRory-Open-Architecture-f0f5231ce2405578e54b0b2593021a1dbe90e4ae.tar.xz
Enable spice and qemu guest additions
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'host/Rory-devenv/configuration.nix')
-rw-r--r--host/Rory-devenv/configuration.nix4
1 files changed, 3 insertions, 1 deletions
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 = {