From 13a813a32a3ab302e624572d8253c144f2f7bd65 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Tue, 14 May 2024 17:27:00 -0500 Subject: [PATCH] apparently spice-autorandr was also needed. --- roles/nixos/graphical-vm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/nixos/graphical-vm.nix b/roles/nixos/graphical-vm.nix index a1df6aa..5950feb 100644 --- a/roles/nixos/graphical-vm.nix +++ b/roles/nixos/graphical-vm.nix @@ -6,6 +6,7 @@ }: { #note: needs to have something that autostarts desktop files. services.spice-vdagentd.enable = true; + services.spice-autorandr.enable=true; imports = [ ./vm.nix ];