add hostname resolution

This commit is contained in:
Histausse 2023-05-27 23:40:57 +02:00
parent 42ba7665f2
commit 7a2d7a0e75

View file

@ -77,6 +77,7 @@ in
};
virtualisation.podman.enable = true;
virtualisation.podman.defaultNetwork.dnsname.enable = true;
services.woodpecker-agents.agents.podman = {
enable = true;
extraGroups = [ "podman" ];