Add zfs support to podman

This commit is contained in:
Gene Liverman 2024-04-08 09:36:43 -04:00
parent e354433f9f
commit 0aeec8ebe7

View file

@ -186,6 +186,7 @@
virtualisation.podman = { virtualisation.podman = {
enable = true; enable = true;
dockerCompat = true; dockerCompat = true;
extraPackages = [ pkgs.zfs ]; # Required if the host is running ZFS
# Required for containers under podman-compose to be able to talk to each other. # Required for containers under podman-compose to be able to talk to each other.
defaultNetwork.settings.dns_enabled = true; defaultNetwork.settings.dns_enabled = true;