diff --git a/nix/nixos-module/container/bird.nix b/nix/nixos-module/container/bird.nix index e0c6054..fc51720 100644 --- a/nix/nixos-module/container/bird.nix +++ b/nix/nixos-module/container/bird.nix @@ -447,7 +447,7 @@ in User = "bird2"; Group = "bird2"; }; - path = [ pkgs.bird2 "/run/wrappers" ]; + path = with pkgs; [ bird2 iputils ]; script = '' STATE=unknown