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
|
@ -124,7 +124,7 @@ in {
|
||||||
cdrtools
|
cdrtools
|
||||||
|
|
||||||
# Document Processing and Management
|
# Document Processing and Management
|
||||||
unstablepkgs.zathura
|
zathura
|
||||||
|
|
||||||
# File Synchronzation
|
# File Synchronzation
|
||||||
rsync
|
rsync
|
||||||
|
|
|
@ -8,6 +8,9 @@ in {
|
||||||
enable = false;
|
enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.spice-vdagentd.enable = true;
|
||||||
|
services.qemuGuest.enable = true;
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
libvirtd.enable = false;
|
libvirtd.enable = false;
|
||||||
virtualbox.host.enable = false;
|
virtualbox.host.enable = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue