Make NixOS module compatible with recent podman module change
This commit is contained in:
parent
d1cc2b2a7d
commit
6cbf0860ca
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ in
|
|||
virtualisation.docker.enable = false;
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.podman.dockerSocket.enable = true;
|
||||
virtualisation.podman.defaultNetwork.dnsname.enable = true;
|
||||
virtualisation.podman.defaultNetwork.settings.dns_enabled = true;
|
||||
|
||||
virtualisation.arion.docker.client.package = pkgs.docker-client;
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue