diff --git a/modules/hosts/nixos/nixnuc/default.nix b/modules/hosts/nixos/nixnuc/default.nix index 541c968..39df3ee 100644 --- a/modules/hosts/nixos/nixnuc/default.nix +++ b/modules/hosts/nixos/nixnuc/default.nix @@ -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;