summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/tinc.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-09-29 11:08:22 +0200
committermakefu <github@syntax-fehler.de>2022-09-29 11:08:22 +0200
commit0f24348d8bd65aeef573dfb20455c1f7cd586daa (patch)
tree138e618e2432376669f71280f4d6d3b3b4c160b3 /krebs/3modules/tinc.nix
parent809a10fccb3fb7a1fad93c3f8ab559f224fab626 (diff)
parent8f929b04b3de012a9c72306786f076b78aa9f98c (diff)
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'krebs/3modules/tinc.nix')
-rw-r--r--krebs/3modules/tinc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/tinc.nix b/krebs/3modules/tinc.nix
index 38e31090..c33b30f0 100644
--- a/krebs/3modules/tinc.nix
+++ b/krebs/3modules/tinc.nix
@@ -155,7 +155,7 @@ with import <stockholm/lib>;
iproutePackage = mkOption {
type = types.package;
- default = pkgs.iproute;
+ default = pkgs.iproute2;
description = "Iproute2 package to use.";
};