disable docker and libvirtd
This commit is contained in:
parent
7192681abe
commit
979d013d9d
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ with lib; {
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
libvirtd.enable = mkDefault true;
|
libvirtd.enable = mkDefault false;
|
||||||
docker.enable = mkDefault true;
|
docker.enable = mkDefault false;
|
||||||
docker.liveRestore = false;
|
docker.liveRestore = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue