Podman: Difference between revisions
imported>TyberiusPrime No edit summary |
imported>RohanHart podman with ZFS |
||
| Line 17: | Line 17: | ||
</syntaxHighlight> | </syntaxHighlight> | ||
=== Using podman with ZFS === | |||
For root using ZFS podman needs access to the ZFS tools. | |||
<syntaxHighlight lang="nix"> | |||
virtualisation.podman.extraPackages = [ pkgs.zfs ]; | |||
</syntaxHighlight> | |||
Rootless can't use ZFS directly but the overlay needs POSIX ACL enabled for the underlying ZFS filesystem, ie., <code>acltype=posixacl</code> | |||
== Use Podman within nix-shell == | == Use Podman within nix-shell == | ||