podman fix

This commit is contained in:
m3tam3re 2023-04-13 06:58:47 +02:00
parent aab779c65f
commit 74c85961df
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
virtualisation.podman = {
enable = true;
defaultNetwork.settings = { dns_enabled = true; };
networkSocket.openFirewall = true;
};
virtualisation.oci-containers.backend = "podman";
}