diff --git a/sam/configuration.nix b/sam/configuration.nix index 4ea0848..a6b04bd 100644 --- a/sam/configuration.nix +++ b/sam/configuration.nix @@ -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;