treewide: use configured zfs package
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m1s

This commit is contained in:
2026-01-09 22:53:38 +00:00
parent fdbfd9cfe9
commit 7545f7618d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
{
pkgs,
lib,
config,
...
@@ -9,6 +8,7 @@ with lib;
let
cfg = config.modules.podman;
zfsPkg = config.boot.zfs.package;
in
{
options.modules.podman = {
@@ -29,7 +29,7 @@ in
dates = "weekly";
flags = [ "--all" ];
};
extraPackages = [ pkgs.zfs ];
extraPackages = [ zfsPkg ];
};
containers.storage.settings.storage = {