summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-10-09 01:08:27 +0200
committerlassulus <lass@aidsballs.de>2015-10-09 01:08:27 +0200
commite4b27b52864cd40367b28c9967f1e375988a5445 (patch)
tree822f7c977da32827f1b3e77d12303226d4cdacd8 /lass
parent45acff36265352e168928399957241abf4eb0dc1 (diff)
lass 1 echelon: get hostName from build.host.name
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/echelon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/echelon.nix b/lass/1systems/echelon.nix
index b301b504..bf3ca872 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;
}