nix/graphical-removable: enable libvirtd
This commit is contained in:
parent
6cb6acd851
commit
75a8b3e94f
2 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,7 @@ in {
|
|||
services.qemuGuest.enable = true;
|
||||
|
||||
virtualisation = {
|
||||
libvirtd.enable = false;
|
||||
libvirtd.enable = true;
|
||||
virtualbox.host.enable = false;
|
||||
docker.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue