Podman: Difference between revisions

imported>HippieMitch
m Removed deprecated "defaultNetwork.dnsname" for "defaultNetwork.settings.dns_enabled"
imported>PaulGrandperrin
It's not necessary anymore to set virtualisation.podman.extraPackages = [ pkgs.zfs ];
Line 28: Line 28:


=== Using podman with ZFS ===
=== 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>
Rootless can't use ZFS directly but the overlay needs POSIX ACL enabled for the underlying ZFS filesystem, ie., <code>acltype=posixacl</code>