mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Add zfs support to podman
This commit is contained in:
parent
e354433f9f
commit
0aeec8ebe7
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@
|
|||
virtualisation.podman = {
|
||||
enable = 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.
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue