sam: Enable spice-vdagent and qemuGuest services

This allows for e.g. dynamic screen resize.
This commit is contained in:
Chandler Swift 2025-07-09 13:01:47 -05:00
parent 38289d986c
commit b933f28c81
No known key found for this signature in database
GPG key ID: B123483B24A4D579

View file

@ -17,6 +17,9 @@
"/nix/var/nix/profiles/per-user/root/channels"
];
services.spice-vdagentd.enable = true;
services.qemuGuest.enable = true;
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;