nix/removable: update pkgs and add guest services

This commit is contained in:
steveej 2018-11-10 14:40:21 +01:00
parent 097d8dfd35
commit 3f8d808a71
2 changed files with 4 additions and 1 deletions

View file

@ -8,6 +8,9 @@ in {
enable = false;
};
services.spice-vdagentd.enable = true;
services.qemuGuest.enable = true;
virtualisation = {
libvirtd.enable = false;
virtualbox.host.enable = false;