From b4d2814e31b860199de1fd927c5f53609ef162c9 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 5 Oct 2015 14:51:37 +0200 Subject: lass 1 echelon: activate git --- lass/1systems/echelon.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lass/1systems/echelon.nix') diff --git a/lass/1systems/echelon.nix b/lass/1systems/echelon.nix index 45f7ebd70..b301b504a 100644 --- a/lass/1systems/echelon.nix +++ b/lass/1systems/echelon.nix @@ -13,6 +13,7 @@ in { ../2configs/retiolum.nix ../2configs/realwallpaper-server.nix ../2configs/privoxy-retiolum.nix + ../2configs/git.nix { networking.interfaces.enp2s1.ip4 = [ { -- cgit v1.2.3 From e4b27b52864cd40367b28c9967f1e375988a5445 Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 9 Oct 2015 01:08:27 +0200 Subject: lass 1 echelon: get hostName from build.host.name --- lass/1systems/echelon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lass/1systems/echelon.nix') diff --git a/lass/1systems/echelon.nix b/lass/1systems/echelon.nix index b301b504a..bf3ca8723 100644 --- a/lass/1systems/echelon.nix +++ b/lass/1systems/echelon.nix @@ -44,6 +44,6 @@ in { }; }; - networking.hostName = "echelon"; + networking.hostName = config.krebs.build.host.name; } -- cgit v1.2.3 From e21fdefcf1cec589db1aec4226bc52a65991b218 Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 9 Oct 2015 01:24:50 +0200 Subject: lass 1 echelon: import new stuff --- lass/1systems/echelon.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lass/1systems/echelon.nix') diff --git a/lass/1systems/echelon.nix b/lass/1systems/echelon.nix index bf3ca8723..1320e0782 100644 --- a/lass/1systems/echelon.nix +++ b/lass/1systems/echelon.nix @@ -14,6 +14,9 @@ in { ../2configs/realwallpaper-server.nix ../2configs/privoxy-retiolum.nix ../2configs/git.nix + ../2configs/redis.nix + ../2configs/go.nix + ../2configs/ircd.nix { networking.interfaces.enp2s1.ip4 = [ { -- cgit v1.2.3