fix nixos option refference

This commit is contained in:
Oleg Lebedev 2023-02-15 21:51:51 +11:00
parent 09ef2d1377
commit 54079bfbc3
No known key found for this signature in database
GPG key ID: 87EF82242D841322

View file

@ -97,7 +97,7 @@ in
virtualisation.docker.enable = false;
virtualisation.podman.enable = true;
virtualisation.podman.dockerSocket.enable = true;
virtualisation.podman.defaultNetwork.settings.dns_enabled = true;
virtualisation.podman.defaultNetwork.dnsname.enable = true;
virtualisation.arion.docker.client.package = pkgs.docker-client;
})