nix/removable: update pkgs and add guest services
This commit is contained in:
parent
097d8dfd35
commit
3f8d808a71
2 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,9 @@ in {
|
|||
enable = false;
|
||||
};
|
||||
|
||||
services.spice-vdagentd.enable = true;
|
||||
services.qemuGuest.enable = true;
|
||||
|
||||
virtualisation = {
|
||||
libvirtd.enable = false;
|
||||
virtualbox.host.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue