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 ];