switch to docker
This commit is contained in:
parent
8cf26f1c1d
commit
b8279361b1
1 changed files with 2 additions and 1 deletions
|
@ -139,11 +139,12 @@
|
|||
# };
|
||||
};
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
};
|
||||
podman = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
dockerCompat = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue