nix/graphical-removable: enable libvirtd

This commit is contained in:
steveej 2019-01-06 13:19:21 +01:00
parent 6cb6acd851
commit 75a8b3e94f
2 changed files with 4 additions and 1 deletions

View file

@ -147,5 +147,8 @@ in {
myPython36 myPython36
busyboxStatic busyboxStatic
# Virtualization
virtmanager
]); ]);
} }

View file

@ -12,7 +12,7 @@ in {
services.qemuGuest.enable = true; services.qemuGuest.enable = true;
virtualisation = { virtualisation = {
libvirtd.enable = false; libvirtd.enable = true;
virtualbox.host.enable = false; virtualbox.host.enable = false;
docker.enable = true; docker.enable = true;
}; };