Docker instead of podman for now

This commit is contained in:
Valentin Brandl 2023-08-04 12:47:06 +02:00
parent d3a124324f
commit 2e409e7fcb
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -99,7 +99,7 @@ inputs:
dmenu
rofi
i3status
i3lock
# i3lock
i3blocks
];
};
@ -134,19 +134,19 @@ inputs:
];
virtualisation = {
# docker = {
# enable = true;
# };
podman = {
docker = {
enable = true;
dockerCompat = true;
defaultNetwork.settings = {
/* to make networking in docker-compose work */
dns_enabled = true;
};
# podman = {
# enable = true;
# dockerCompat = true;
# defaultNetwork.settings = {
# /* to make networking in docker-compose work */
# dns_enabled = true;
# };
# dockerSocket.enable = true;
};
# };
# lxd.enable = true;
# virtualbox.host.enable = true;
# virtualbox.host.enableExtensionPack = true;