Minor podman changes

This commit is contained in:
Torjus Håkestad 2024-07-21 13:16:26 +02:00
parent e717dfc32b
commit b0d7153e6e

View File

@ -2,9 +2,11 @@
{ {
virtualisation = { virtualisation = {
containers.enable = true;
podman = { podman = {
enable = true; enable = true;
dockerCompat = true; dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
}; };
}; };
} }