Add podman libexec dir to helper_binaries_dir
This commit is contained in:
parent
3ed9bd5511
commit
9ff3d1f098
1 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,9 @@ in
|
||||||
};
|
};
|
||||||
containersConf.settings = {
|
containersConf.settings = {
|
||||||
engine = {
|
engine = {
|
||||||
helper_binaries_dir = [ "${pkgs.netavark}/bin" ];
|
helper_binaries_dir = [
|
||||||
|
"${pkgs.podman}/libexec/podman"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue