re-enable docker again

This commit is contained in:
Rouven Seifert 2025-05-19 14:33:58 +02:00
parent 637339cdb9
commit 9f2edc86f4

View file

@ -1,13 +1,13 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
virtualisation = { virtualisation = {
podman = { # podman = {
enable = true;
defaultNetwork.settings.dns_enabled = true;
};
# docker = {
# enable = true; # enable = true;
# defaultNetwork.settings.dns_enabled = true;
# }; # };
docker = {
enable = true;
};
libvirtd = { libvirtd = {
enable = true; enable = true;
qemu = { qemu = {