add hostname resolution
This commit is contained in:
parent
42ba7665f2
commit
7a2d7a0e75
|
@ -77,6 +77,7 @@ in
|
|||
};
|
||||
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.podman.defaultNetwork.dnsname.enable = true;
|
||||
services.woodpecker-agents.agents.podman = {
|
||||
enable = true;
|
||||
extraGroups = [ "podman" ];
|
||||
|
|
Loading…
Reference in a new issue