added libvirtd
This commit is contained in:
parent
a010c256c7
commit
cedac03816
2 changed files with 5 additions and 2 deletions
|
|
@ -14,7 +14,10 @@
|
|||
defaults.email = "markers711@gmail.com";
|
||||
};
|
||||
|
||||
virtualisation.docker = {enable = true;};
|
||||
virtualisation = {
|
||||
docker = {enable = true;};
|
||||
libvirtd = {enable = true;};
|
||||
};
|
||||
|
||||
services = {
|
||||
openssh = {enable = true;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue