Podman: Difference between revisions

imported>RohanHart
podman with ZFS
imported>RohanHart
mNo edit summary
Line 19: Line 19:
=== Using podman with ZFS ===
=== Using podman with ZFS ===


For root using ZFS podman needs access to the ZFS tools.
For root using ZFS, podman needs access to the ZFS tools.
<syntaxHighlight lang="nix">
<syntaxHighlight lang="nix">
virtualisation.podman.extraPackages = [ pkgs.zfs ];
virtualisation.podman.extraPackages = [ pkgs.zfs ];