diff --git a/krebs/3modules/tinc.nix b/krebs/3modules/tinc.nix index 38e310908..c33b30f0d 100644 --- a/krebs/3modules/tinc.nix +++ b/krebs/3modules/tinc.nix @@ -155,7 +155,7 @@ with import ; iproutePackage = mkOption { type = types.package; - default = pkgs.iproute; + default = pkgs.iproute2; description = "Iproute2 package to use."; };