nixos-module/container/bird: fix check-upstream-ipv[46] ping path

This commit is contained in:
Astro 2023-12-11 22:28:26 +01:00
parent 86add1041d
commit 45c4938ad1
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ in
User = "bird2";
Group = "bird2";
};
path = [ pkgs.bird2 "/run/wrappers" ];
path = with pkgs; [ bird2 iputils ];
script = ''
STATE=unknown