13 lines
641 B
Nix
13 lines
641 B
Nix
# aardvark-dns pinned to the 1.x series.
|
|||
|
|
#
|
||
|
|
# aardvark-dns 2.x has a DNS forwarding bug that breaks resolution of
|
||
|
|
# external hostnames in podman networks. 1.17.1 is the last 1.x release
|
||
|
|
# and is taken from nixpkgs-stable (nixos-26.05), which ships it together
|
||
|
|
# with netavark 1.17.2 — the same netavark version as our unstable input,
|
||
|
|
# so this is the exact upstream-tested combination.
|
||
|
|
#
|
||
|
|
# No further wiring needed: the nixpkgs podman package pulls aardvark-dns
|
||
|
|
# in via callPackage and symlinks it into libexec/podman (helpersBin), so
|
||
|
|
# overriding the top-level attribute propagates to podman automatically.
|
||
|
|
{stable}: stable.aardvark-dns
|