Switch to podman
This commit is contained in:
parent
0ca2dea109
commit
3c45a54950
@ -151,18 +151,18 @@ inputs:
|
|||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker = {
|
docker = {
|
||||||
enable = true;
|
enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# podman = {
|
podman = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# dockerCompat = true;
|
dockerCompat = true;
|
||||||
# defaultNetwork.settings = {
|
defaultNetwork.settings = {
|
||||||
# /* to make networking in docker-compose work */
|
/* to make networking in docker-compose work */
|
||||||
# dns_enabled = true;
|
dns_enabled = true;
|
||||||
# };
|
};
|
||||||
# dockerSocket.enable = true;
|
dockerSocket.enable = true;
|
||||||
# };
|
};
|
||||||
# lxd.enable = true;
|
# lxd.enable = true;
|
||||||
# virtualbox.host.enable = true;
|
# virtualbox.host.enable = true;
|
||||||
# virtualbox.host.enableExtensionPack = true;
|
# virtualbox.host.enableExtensionPack = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user