blob: 267bc00ff96fc85b92a62840457820f95e6a3928 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
virtualisation = {
containers.enable = true;
oci-containers.backend = "podman";
podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};
};
}
|