podman: add slirp4netns to the wrapper
This commit is contained in:
parent
c726f21983
commit
6a09ec9409
|
@ -71,6 +71,7 @@ let
|
||||||
virtualisation = { pkgs, ... }: mkIf cfg.enable {
|
virtualisation = { pkgs, ... }: mkIf cfg.enable {
|
||||||
virtualisation.podman = {
|
virtualisation.podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
extraPackages = [ pkgs.slirp4netns ];
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
defaultNetwork.settings.dns_enabled = true;
|
defaultNetwork.settings.dns_enabled = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue