nix/graphical-removable: enable libvirtd
This commit is contained in:
parent
6cb6acd851
commit
75a8b3e94f
2 changed files with 4 additions and 1 deletions
|
@ -147,5 +147,8 @@ in {
|
||||||
myPython36
|
myPython36
|
||||||
|
|
||||||
busyboxStatic
|
busyboxStatic
|
||||||
|
|
||||||
|
# Virtualization
|
||||||
|
virtmanager
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue