From 641e7bed47d0567f654bdb2a2c55e4bd0a882fd1 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 22 Feb 2016 00:51:52 +0100 Subject: l 2 retiolum: don't connect to cac hosts --- lass/2configs/retiolum.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'lass/2configs/retiolum.nix') diff --git a/lass/2configs/retiolum.nix b/lass/2configs/retiolum.nix index f8a63706e..1646cdea9 100644 --- a/lass/2configs/retiolum.nix +++ b/lass/2configs/retiolum.nix @@ -16,8 +16,6 @@ enable = true; connectTo = [ "prism" - "cloudkrebs" - "echelon" "pigstarter" "gum" "flap" -- cgit v1.2.3 From fe0bb6c0f57263c1e6ed526566fc4f11dd113492 Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 15 Mar 2016 14:00:55 +0100 Subject: l 2 retiolum: use tinc_pre --- lass/2configs/retiolum.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lass/2configs/retiolum.nix') diff --git a/lass/2configs/retiolum.nix b/lass/2configs/retiolum.nix index 1646cdea9..89e0f217a 100644 --- a/lass/2configs/retiolum.nix +++ b/lass/2configs/retiolum.nix @@ -21,4 +21,8 @@ "flap" ]; }; + + nixpkgs.config.packageOverrides = pkgs: { + tinc = pkgs.tinc_pre; + }; } -- cgit v1.2.3