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.podman = {
|
||||
enable = true;
|
||||
extraPackages = [ pkgs.slirp4netns ];
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue