[qemu][docker] Add modules and use on laptop
This commit is contained in:
parent
d9188bfd13
commit
414bb4b983
4 changed files with 33 additions and 1 deletions
|
@ -32,7 +32,11 @@
|
|||
|
||||
users.tdpeuter.enable = true;
|
||||
|
||||
virtualisation.virtualbox.enable = true;
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
qemu.enable = true;
|
||||
virtualbox.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
boot = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue