podman: add slirp4netns to the wrapper

This commit is contained in:
Natsu Kagami 2024-10-22 15:36:22 +02:00
parent c726f21983
commit 6a09ec9409
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -71,6 +71,7 @@ let
virtualisation = { pkgs, ... }: mkIf cfg.enable {
virtualisation.podman = {
enable = true;
extraPackages = [ pkgs.slirp4netns ];
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};